Html Css Color HEX #352076 Persian Indigo

📋 copy color: '#352076'

red 53 ◦ green 32 ◦ blue 118

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

Shades of Persian Indigo #352076

Tints of Persian Indigo #352076

RGB

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

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

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

R = 26.11%
G = 15.76%
B = 58.13%

CMYK

 C value IS 0.55

 M value IS 0.73

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#352076 (or 0x352076) is known color: Persian Indigo. HEX triplet: 35, 20 and 76. RGB value is (53,32,118). Sum of RGB (Red+Green+Blue) = 53+32+118=203 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.11% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 118 (46.48% from 255 or 58.13% from 203); Max value from RGB is 118 - color contains mainly: blue. Hex color #352076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352076 is #CADF89. Grayscale: #2F2F2F. Windows color (decimal): -13295498 or 7741493. OLE color: 7741493.

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

Color convert

RGB 53 32 118 -
CMYK 0.55 0.73 0 0.54
HSL 254.65º 0.57% 0.29% -
HSV(B) 254.65º 0.73% 0.46% -
XYZ 5.25 3.1 17.46 -
YUV 48.08 167.46 131.51 -
System Red Green Blue C M Y K H S L
Decimal 53 32 118 0.55 0.73 0 0.54 254.65 0.57 0.29
Hex 35 20 76 37 49 0 36 FF 39 1D
Octal 65 40 166 67 111 0 66 377 71 35
Binary 110101 100000 1110110 110111 1001001 0 110110 11111111 111001 11101

Color Harmonies of #352076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352076

Black with #352076

Text Example


Text Example

White with #352076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352076; }

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

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

background-color css

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

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

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

border-color css

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

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

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