Html Css Color HEX #332094 Persian Indigo

📋 copy color: '#332094'

red 51 ◦ green 32 ◦ blue 148

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

Shades of Persian Indigo #332094

Tints of Persian Indigo #332094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 64.07%

R = 22.08%
G = 13.85%
B = 64.07%

CMYK

 C value IS 0.66

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#332094 (or 0x332094) is known color: Persian Indigo. HEX triplet: 33, 20 and 94. RGB value is (51,32,148). Sum of RGB (Red+Green+Blue) = 51+32+148=231 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.08% from 231); Green value is 32 (12.89% from 255 or 13.85% from 231); Blue value is 148 (58.20% from 255 or 64.07% from 231); Max value from RGB is 148 - color contains mainly: blue. Hex color #332094 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332094 is #CCDF6B. Grayscale: #323232. Windows color (decimal): -13426540 or 9707571. OLE color: 9707571.

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

Color convert

RGB 51 32 148 -
CMYK 0.66 0.78 0 0.42
HSL 249.83º 0.64% 0.35% -
HSV(B) 249.83º 0.78% 0.58% -
XYZ 7.23 3.87 28.38 -
YUV 50.91 182.79 128.07 -
System Red Green Blue C M Y K H S L
Decimal 51 32 148 0.66 0.78 0 0.42 249.83 0.64 0.35
Hex 33 20 94 42 4E 0 2A FA 40 23
Octal 63 40 224 102 116 0 52 372 100 43
Binary 110011 100000 10010100 1000010 1001110 0 101010 11111010 1000000 100011

Color Harmonies of #332094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332094

Black with #332094

Text Example


Text Example

White with #332094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332094; }

 p { color: rgb(51,32,148); }

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

background-color css

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

 a { background-color: rgb(51,32,148); }

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

border-color css

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

 span { border-color: rgb(51,32,148); }

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