Html Css Color HEX #352092 Persian Indigo

📋 copy color: '#352092'

red 53 ◦ green 32 ◦ blue 146

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

Shades of Persian Indigo #352092

Tints of Persian Indigo #352092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 63.2%

R = 22.94%
G = 13.85%
B = 63.2%

CMYK

 C value IS 0.64

 M value IS 0.78

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#352092 (or 0x352092) is known color: Persian Indigo. HEX triplet: 35, 20 and 92. RGB value is (53,32,146). Sum of RGB (Red+Green+Blue) = 53+32+146=231 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.94% from 231); Green value is 32 (12.89% from 255 or 13.85% from 231); Blue value is 146 (57.42% from 255 or 63.20% from 231); Max value from RGB is 146 - color contains mainly: blue. Hex color #352092 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352092 is #CADF6D. Grayscale: #323232. Windows color (decimal): -13295470 or 9576501. OLE color: 9576501.

HSL color Cylindrical-coordinate representation of color #352092: hue angle of 251.05º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #352092 is Cyan = 0.64, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 53 32 146 -
CMYK 0.64 0.78 0 0.43
HSL 251.05º 0.64% 0.35% -
HSV(B) 251.05º 0.78% 0.57% -
XYZ 7.17 3.87 27.56 -
YUV 51.28 181.46 129.23 -
System Red Green Blue C M Y K H S L
Decimal 53 32 146 0.64 0.78 0 0.43 251.05 0.64 0.35
Hex 35 20 92 40 4E 0 2B FB 40 23
Octal 65 40 222 100 116 0 53 373 100 43
Binary 110101 100000 10010010 1000000 1001110 0 101011 11111011 1000000 100011

Color Harmonies of #352092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352092

Black with #352092

Text Example


Text Example

White with #352092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352092; }

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

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

background-color css

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

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

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

border-color css

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

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

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