Html Css Color HEX #352072 Persian Indigo

📋 copy color: '#352072'

red 53 ◦ green 32 ◦ blue 114

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

Shades of Persian Indigo #352072

Tints of Persian Indigo #352072

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.08%

 BLUE value IS 114 (44.92% from 255) = 57.29%

R = 26.63%
G = 16.08%
B = 57.29%

CMYK

 C value IS 0.54

 M value IS 0.72

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#352072 (or 0x352072) is known color: Persian Indigo. HEX triplet: 35, 20 and 72. RGB value is (53,32,114). Sum of RGB (Red+Green+Blue) = 53+32+114=199 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.63% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 114 (44.92% from 255 or 57.29% from 199); Max value from RGB is 114 - color contains mainly: blue. Hex color #352072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352072 is #CADF8D. Grayscale: #2F2F2F. Windows color (decimal): -13295502 or 7479349. OLE color: 7479349.

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

Color convert

RGB 53 32 114 -
CMYK 0.54 0.72 0 0.55
HSL 255.37º 0.56% 0.29% -
HSV(B) 255.37º 0.72% 0.45% -
XYZ 5.02 3 16.23 -
YUV 47.63 165.46 131.83 -
System Red Green Blue C M Y K H S L
Decimal 53 32 114 0.54 0.72 0 0.55 255.37 0.56 0.29
Hex 35 20 72 36 48 0 37 FF 38 1D
Octal 65 40 162 66 110 0 67 377 70 35
Binary 110101 100000 1110010 110110 1001000 0 110111 11111111 111000 11101

Color Harmonies of #352072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352072

Black with #352072

Text Example


Text Example

White with #352072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352072; }

 p { color: rgb(53,32,114); }

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

background-color css

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

 a { background-color: rgb(53,32,114); }

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

border-color css

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

 span { border-color: rgb(53,32,114); }

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