Html Css Color HEX #352078 Persian Indigo

📋 copy color: '#352078'

red 53 ◦ green 32 ◦ blue 120

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

Shades of Persian Indigo #352078

Tints of Persian Indigo #352078

RGB

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

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

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

R = 25.85%
G = 15.61%
B = 58.54%

CMYK

 C value IS 0.56

 M value IS 0.73

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#352078 (or 0x352078) is known color: Persian Indigo. HEX triplet: 35, 20 and 78. RGB value is (53,32,120). Sum of RGB (Red+Green+Blue) = 53+32+120=205 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.85% from 205); Green value is 32 (12.89% from 255 or 15.61% from 205); Blue value is 120 (47.27% from 255 or 58.54% from 205); Max value from RGB is 120 - color contains mainly: blue. Hex color #352078 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352078 is #CADF87. Grayscale: #2F2F2F. Windows color (decimal): -13295496 or 7872565. OLE color: 7872565.

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

Color convert

RGB 53 32 120 -
CMYK 0.56 0.73 0 0.53
HSL 254.32º 0.58% 0.3% -
HSV(B) 254.32º 0.73% 0.47% -
XYZ 5.37 3.15 18.09 -
YUV 48.31 168.46 131.34 -
System Red Green Blue C M Y K H S L
Decimal 53 32 120 0.56 0.73 0 0.53 254.32 0.58 0.3
Hex 35 20 78 38 49 0 35 FE 3A 1E
Octal 65 40 170 70 111 0 65 376 72 36
Binary 110101 100000 1111000 111000 1001001 0 110101 11111110 111010 11110

Color Harmonies of #352078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352078

Black with #352078

Text Example


Text Example

White with #352078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352078; }

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

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

background-color css

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

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

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

border-color css

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

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

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