Html Css Color HEX #352476 Persian Indigo

📋 copy color: '#352476'

red 53 ◦ green 36 ◦ blue 118

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

Shades of Persian Indigo #352476

Tints of Persian Indigo #352476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 57%

R = 25.6%
G = 17.39%
B = 57%

CMYK

 C value IS 0.55

 M value IS 0.69

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#352476 (or 0x352476) is known color: Persian Indigo. HEX triplet: 35, 24 and 76. RGB value is (53,36,118). Sum of RGB (Red+Green+Blue) = 53+36+118=207 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.60% from 207); Green value is 36 (14.45% from 255 or 17.39% from 207); Blue value is 118 (46.48% from 255 or 57.00% from 207); Max value from RGB is 118 - color contains mainly: blue. Hex color #352476 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352476 is #CADB89. Grayscale: #323232. Windows color (decimal): -13294474 or 7742517. OLE color: 7742517.

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

Color convert

RGB 53 36 118 -
CMYK 0.55 0.69 0 0.54
HSL 252.44º 0.53% 0.3% -
HSV(B) 252.44º 0.69% 0.46% -
XYZ 5.37 3.33 17.5 -
YUV 50.43 166.13 129.83 -
System Red Green Blue C M Y K H S L
Decimal 53 36 118 0.55 0.69 0 0.54 252.44 0.53 0.3
Hex 35 24 76 37 45 0 36 FC 35 1E
Octal 65 44 166 67 105 0 66 374 65 36
Binary 110101 100100 1110110 110111 1000101 0 110110 11111100 110101 11110

Color Harmonies of #352476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352476

Black with #352476

Text Example


Text Example

White with #352476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352476; }

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

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

background-color css

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

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

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

border-color css

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

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

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