Html Css Color HEX #332188 Persian Indigo

📋 copy color: '#332188'

red 51 ◦ green 33 ◦ blue 136

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

Shades of Persian Indigo #332188

Tints of Persian Indigo #332188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 61.82%

R = 23.18%
G = 15%
B = 61.82%

CMYK

 C value IS 0.62

 M value IS 0.76

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#332188 (or 0x332188) is known color: Persian Indigo. HEX triplet: 33, 21 and 88. RGB value is (51,33,136). Sum of RGB (Red+Green+Blue) = 51+33+136=220 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.18% from 220); Green value is 33 (13.28% from 255 or 15% from 220); Blue value is 136 (53.52% from 255 or 61.82% from 220); Max value from RGB is 136 - color contains mainly: blue. Hex color #332188 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332188 is #CCDE77. Grayscale: #313131. Windows color (decimal): -13426296 or 8921395. OLE color: 8921395.

HSL color Cylindrical-coordinate representation of color #332188: hue angle of 250.49º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #332188 is Cyan = 0.62, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 51 33 136 -
CMYK 0.62 0.76 0 0.47
HSL 250.49º 0.61% 0.33% -
HSV(B) 250.49º 0.76% 0.53% -
XYZ 6.35 3.57 23.65 -
YUV 50.12 176.46 128.62 -
System Red Green Blue C M Y K H S L
Decimal 51 33 136 0.62 0.76 0 0.47 250.49 0.61 0.33
Hex 33 21 88 3E 4C 0 2F FA 3D 21
Octal 63 41 210 76 114 0 57 372 75 41
Binary 110011 100001 10001000 111110 1001100 0 101111 11111010 111101 100001

Color Harmonies of #332188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332188

Black with #332188

Text Example


Text Example

White with #332188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332188; }

 p { color: rgb(51,33,136); }

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

background-color css

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

 a { background-color: rgb(51,33,136); }

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

border-color css

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

 span { border-color: rgb(51,33,136); }

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