Html Css Color HEX #331988 Persian Indigo

📋 copy color: '#331988'

red 51 ◦ green 25 ◦ blue 136

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

Shades of Persian Indigo #331988

Tints of Persian Indigo #331988

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.79%

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

R = 24.06%
G = 11.79%
B = 64.15%

CMYK

 C value IS 0.62

 M value IS 0.82

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#331988 (or 0x331988) is known color: Persian Indigo. HEX triplet: 33, 19 and 88. RGB value is (51,25,136). Sum of RGB (Red+Green+Blue) = 51+25+136=212 (28% of max value = 765). Red value is 51 (20.31% from 255 or 24.06% from 212); Green value is 25 (10.16% from 255 or 11.79% from 212); Blue value is 136 (53.52% from 255 or 64.15% from 212); Max value from RGB is 136 - color contains mainly: blue. Hex color #331988 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #331988 is #CCE677. Grayscale: #2D2D2D. Windows color (decimal): -13428344 or 8919347. OLE color: 8919347.

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

Color convert

RGB 51 25 136 -
CMYK 0.62 0.82 0 0.47
HSL 254.05º 0.69% 0.32% -
HSV(B) 254.05º 0.82% 0.53% -
XYZ 6.16 3.18 23.58 -
YUV 45.43 179.11 131.97 -
System Red Green Blue C M Y K H S L
Decimal 51 25 136 0.62 0.82 0 0.47 254.05 0.69 0.32
Hex 33 19 88 3E 52 0 2F FE 45 20
Octal 63 31 210 76 122 0 57 376 105 40
Binary 110011 11001 10001000 111110 1010010 0 101111 11111110 1000101 100000

Color Harmonies of #331988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331988

Black with #331988

Text Example


Text Example

White with #331988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331988; }

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

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

background-color css

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

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

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

border-color css

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

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

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