Html Css Color HEX #332292 Persian Indigo

📋 copy color: '#332292'

red 51 ◦ green 34 ◦ blue 146

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

Shades of Persian Indigo #332292

Tints of Persian Indigo #332292

RGB

 RED value IS 51 (20.31% from 255) = 22.08%

 GREEN value IS 34 (13.67% from 255) = 14.72%

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

R = 22.08%
G = 14.72%
B = 63.2%

CMYK

 C value IS 0.65

 M value IS 0.77

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#332292 (or 0x332292) is known color: Persian Indigo. HEX triplet: 33, 22 and 92. RGB value is (51,34,146). Sum of RGB (Red+Green+Blue) = 51+34+146=231 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.08% from 231); Green value is 34 (13.67% from 255 or 14.72% 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 #332292 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332292 is #CCDD6D. Grayscale: #333333. Windows color (decimal): -13426030 or 9577011. OLE color: 9577011.

HSL color Cylindrical-coordinate representation of color #332292: hue angle of 249.11º degrees, saturation: 0.62, 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 #332292 is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 51 34 146 -
CMYK 0.65 0.77 0 0.43
HSL 249.11º 0.62% 0.35% -
HSV(B) 249.11º 0.77% 0.57% -
XYZ 7.13 3.92 27.58 -
YUV 51.85 181.13 127.39 -
System Red Green Blue C M Y K H S L
Decimal 51 34 146 0.65 0.77 0 0.43 249.11 0.62 0.35
Hex 33 22 92 41 4D 0 2B F9 3E 23
Octal 63 42 222 101 115 0 53 371 76 43
Binary 110011 100010 10010010 1000001 1001101 0 101011 11111001 111110 100011

Color Harmonies of #332292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332292

Black with #332292

Text Example


Text Example

White with #332292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332292; }

 p { color: rgb(51,34,146); }

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

background-color css

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

 a { background-color: rgb(51,34,146); }

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

border-color css

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

 span { border-color: rgb(51,34,146); }

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