Html Css Color HEX #352192 Persian Indigo

📋 copy color: '#352192'

red 53 ◦ green 33 ◦ blue 146

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

Shades of Persian Indigo #352192

Tints of Persian Indigo #352192

RGB

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

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

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

R = 22.84%
G = 14.22%
B = 62.93%

CMYK

 C value IS 0.64

 M value IS 0.77

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#352192 (or 0x352192) is known color: Persian Indigo. HEX triplet: 35, 21 and 92. RGB value is (53,33,146). Sum of RGB (Red+Green+Blue) = 53+33+146=232 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.84% from 232); Green value is 33 (13.28% from 255 or 14.22% from 232); Blue value is 146 (57.42% from 255 or 62.93% from 232); Max value from RGB is 146 - color contains mainly: blue. Hex color #352192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352192 is #CADE6D. Grayscale: #333333. Windows color (decimal): -13295214 or 9576757. OLE color: 9576757.

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

Color convert

RGB 53 33 146 -
CMYK 0.64 0.77 0 0.43
HSL 250.62º 0.63% 0.35% -
HSV(B) 250.62º 0.77% 0.57% -
XYZ 7.2 3.92 27.57 -
YUV 51.86 181.13 128.81 -
System Red Green Blue C M Y K H S L
Decimal 53 33 146 0.64 0.77 0 0.43 250.62 0.63 0.35
Hex 35 21 92 40 4D 0 2B FB 3F 23
Octal 65 41 222 100 115 0 53 373 77 43
Binary 110101 100001 10010010 1000000 1001101 0 101011 11111011 111111 100011

Color Harmonies of #352192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352192

Black with #352192

Text Example


Text Example

White with #352192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352192; }

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

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

background-color css

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

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

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

border-color css

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

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

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