Html Css Color HEX #352177 Persian Indigo

📋 copy color: '#352177'

red 53 ◦ green 33 ◦ blue 119

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

Shades of Persian Indigo #352177

Tints of Persian Indigo #352177

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.1%

 BLUE value IS 119 (46.88% from 255) = 58.05%

R = 25.85%
G = 16.1%
B = 58.05%

CMYK

 C value IS 0.55

 M value IS 0.72

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#352177 (or 0x352177) is known color: Persian Indigo. HEX triplet: 35, 21 and 77. RGB value is (53,33,119). Sum of RGB (Red+Green+Blue) = 53+33+119=205 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.85% from 205); Green value is 33 (13.28% from 255 or 16.10% from 205); Blue value is 119 (46.88% from 255 or 58.05% from 205); Max value from RGB is 119 - color contains mainly: blue. Hex color #352177 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352177 is #CADE88. Grayscale: #303030. Windows color (decimal): -13295241 or 7807285. OLE color: 7807285.

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

Color convert

RGB 53 33 119 -
CMYK 0.55 0.72 0 0.53
HSL 253.95º 0.57% 0.3% -
HSV(B) 253.95º 0.72% 0.47% -
XYZ 5.34 3.18 17.78 -
YUV 48.78 167.63 131.01 -
System Red Green Blue C M Y K H S L
Decimal 53 33 119 0.55 0.72 0 0.53 253.95 0.57 0.3
Hex 35 21 77 37 48 0 35 FE 39 1E
Octal 65 41 167 67 110 0 65 376 71 36
Binary 110101 100001 1110111 110111 1001000 0 110101 11111110 111001 11110

Color Harmonies of #352177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352177

Black with #352177

Text Example


Text Example

White with #352177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352177; }

 p { color: rgb(53,33,119); }

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

background-color css

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

 a { background-color: rgb(53,33,119); }

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

border-color css

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

 span { border-color: rgb(53,33,119); }

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