Html Css Color HEX #350378 Persian Indigo

📋 copy color: '#350378'

red 53 ◦ green 3 ◦ blue 120

#350378
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #350378

Tints of Persian Indigo #350378

RGB

 RED value IS 53 (21.09% from 255) = 30.11%

 GREEN value IS 3 (1.56% from 255) = 1.7%

 BLUE value IS 120 (47.27% from 255) = 68.18%

R = 30.11%
G = 1.7%
B = 68.18%

CMYK

 C value IS 0.56

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#350378 (or 0x350378) is known color: Persian Indigo. HEX triplet: 35, 03 and 78. RGB value is (53,3,120). Sum of RGB (Red+Green+Blue) = 53+3+120=176 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.11% from 176); Green value is 3 (1.56% from 255 or 1.70% from 176); Blue value is 120 (47.27% from 255 or 68.18% from 176); Max value from RGB is 120 - color contains mainly: blue. Hex color #350378 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350378 is #CAFC87. Grayscale: #1E1E1E. Windows color (decimal): -13302920 or 7865141. OLE color: 7865141.

HSL color Cylindrical-coordinate representation of color #350378: hue angle of 265.64º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #350378 is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 53 3 120 -
CMYK 0.56 0.98 0 0.53
HSL 265.64º 0.95% 0.24% -
HSV(B) 265.64º 0.98% 0.47% -
XYZ 4.89 2.18 17.93 -
YUV 31.29 178.07 143.49 -
System Red Green Blue C M Y K H S L
Decimal 53 3 120 0.56 0.98 0 0.53 265.64 0.95 0.24
Hex 35 3 78 38 62 0 35 10A 5F 18
Octal 65 3 170 70 142 0 65 412 137 30
Binary 110101 11 1111000 111000 1100010 0 110101 100001010 1011111 11000

Color Harmonies of #350378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350378

Black with #350378

Text Example


Text Example

White with #350378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350378; }

 p { color: rgb(53,3,120); }

 H1.HeaderClassName
 {
   color: #350378;
 }
 .AnyTagClassName
 {
   color: #350378;
 }
</style>

background-color css

<style>
 a { background-color: #350378; }

 a { background-color: rgb(53,3,120); }

 div.DivClassName
 {
   background-color: #350378;
 }
 .BgClassName
 {
   background-color: #350378;
 }
</style>

border-color css

<style>
 span { border-color: #350378; }

 span { border-color: rgb(53,3,120); }

 td.TdClassName
 {
   border-color: #350378;
 }
 .TagClassName
 {
   border-color: #350378;
 }
</style>