Html Css Color HEX #352374 Persian Indigo

📋 copy color: '#352374'

red 53 ◦ green 35 ◦ blue 116

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

Shades of Persian Indigo #352374

Tints of Persian Indigo #352374

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.16%

 BLUE value IS 116 (45.7% from 255) = 56.86%

R = 25.98%
G = 17.16%
B = 56.86%

CMYK

 C value IS 0.54

 M value IS 0.70

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#352374 (or 0x352374) is known color: Persian Indigo. HEX triplet: 35, 23 and 74. RGB value is (53,35,116). Sum of RGB (Red+Green+Blue) = 53+35+116=204 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.98% from 204); Green value is 35 (14.06% from 255 or 17.16% from 204); Blue value is 116 (45.70% from 255 or 56.86% from 204); Max value from RGB is 116 - color contains mainly: blue. Hex color #352374 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352374 is #CADC8B. Grayscale: #313131. Windows color (decimal): -13294732 or 7611189. OLE color: 7611189.

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

Color convert

RGB 53 35 116 -
CMYK 0.54 0.70 0 0.55
HSL 253.33º 0.54% 0.3% -
HSV(B) 253.33º 0.7% 0.45% -
XYZ 5.22 3.22 16.87 -
YUV 49.62 165.46 130.41 -
System Red Green Blue C M Y K H S L
Decimal 53 35 116 0.54 0.70 0 0.55 253.33 0.54 0.3
Hex 35 23 74 36 46 0 37 FD 36 1E
Octal 65 43 164 66 106 0 67 375 66 36
Binary 110101 100011 1110100 110110 1000110 0 110111 11111101 110110 11110

Color Harmonies of #352374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352374

Black with #352374

Text Example


Text Example

White with #352374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352374; }

 p { color: rgb(53,35,116); }

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

background-color css

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

 a { background-color: rgb(53,35,116); }

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

border-color css

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

 span { border-color: rgb(53,35,116); }

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