Html Css Color HEX #331889 Persian Indigo

📋 copy color: '#331889'

red 51 ◦ green 24 ◦ blue 137

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

Shades of Persian Indigo #331889

Tints of Persian Indigo #331889

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.32%

 BLUE value IS 137 (53.91% from 255) = 64.62%

R = 24.06%
G = 11.32%
B = 64.62%

CMYK

 C value IS 0.63

 M value IS 0.82

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#331889 (or 0x331889) is known color: Persian Indigo. HEX triplet: 33, 18 and 89. RGB value is (51,24,137). Sum of RGB (Red+Green+Blue) = 51+24+137=212 (28% of max value = 765). Red value is 51 (20.31% from 255 or 24.06% from 212); Green value is 24 (9.77% from 255 or 11.32% from 212); Blue value is 137 (53.91% from 255 or 64.62% from 212); Max value from RGB is 137 - color contains mainly: blue. Hex color #331889 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #331889 is #CCE776. Grayscale: #2C2C2C. Windows color (decimal): -13428599 or 8984627. OLE color: 8984627.

HSL color Cylindrical-coordinate representation of color #331889: hue angle of 254.34º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #331889 is Cyan = 0.63, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 51 24 137 -
CMYK 0.63 0.82 0 0.46
HSL 254.34º 0.7% 0.32% -
HSV(B) 254.34º 0.82% 0.54% -
XYZ 6.21 3.16 23.95 -
YUV 44.96 179.95 132.31 -
System Red Green Blue C M Y K H S L
Decimal 51 24 137 0.63 0.82 0 0.46 254.34 0.7 0.32
Hex 33 18 89 3F 52 0 2E FE 46 20
Octal 63 30 211 77 122 0 56 376 106 40
Binary 110011 11000 10001001 111111 1010010 0 101110 11111110 1000110 100000

Color Harmonies of #331889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331889

Black with #331889

Text Example


Text Example

White with #331889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331889; }

 p { color: rgb(51,24,137); }

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

background-color css

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

 a { background-color: rgb(51,24,137); }

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

border-color css

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

 span { border-color: rgb(51,24,137); }

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