Html Css Color HEX #352477 Persian Indigo

📋 copy color: '#352477'

red 53 ◦ green 36 ◦ blue 119

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

Shades of Persian Indigo #352477

Tints of Persian Indigo #352477

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.31%

 BLUE value IS 119 (46.88% from 255) = 57.21%

R = 25.48%
G = 17.31%
B = 57.21%

CMYK

 C value IS 0.55

 M value IS 0.70

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#352477 (or 0x352477) is known color: Persian Indigo. HEX triplet: 35, 24 and 77. RGB value is (53,36,119). Sum of RGB (Red+Green+Blue) = 53+36+119=208 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.48% from 208); Green value is 36 (14.45% from 255 or 17.31% from 208); Blue value is 119 (46.88% from 255 or 57.21% from 208); Max value from RGB is 119 - color contains mainly: blue. Hex color #352477 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352477 is #CADB88. Grayscale: #323232. Windows color (decimal): -13294473 or 7808053. OLE color: 7808053.

HSL color Cylindrical-coordinate representation of color #352477: hue angle of 252.29º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #352477 is Cyan = 0.55, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 53 36 119 -
CMYK 0.55 0.70 0 0.53
HSL 252.29º 0.54% 0.3% -
HSV(B) 252.29º 0.7% 0.47% -
XYZ 5.43 3.35 17.81 -
YUV 50.55 166.63 129.75 -
System Red Green Blue C M Y K H S L
Decimal 53 36 119 0.55 0.70 0 0.53 252.29 0.54 0.3
Hex 35 24 77 37 46 0 35 FC 36 1E
Octal 65 44 167 67 106 0 65 374 66 36
Binary 110101 100100 1110111 110111 1000110 0 110101 11111100 110110 11110

Color Harmonies of #352477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352477

Black with #352477

Text Example


Text Example

White with #352477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352477; }

 p { color: rgb(53,36,119); }

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

background-color css

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

 a { background-color: rgb(53,36,119); }

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

border-color css

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

 span { border-color: rgb(53,36,119); }

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