Html Css Color HEX #331987 Persian Indigo

📋 copy color: '#331987'

red 51 ◦ green 25 ◦ blue 135

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

Shades of Persian Indigo #331987

Tints of Persian Indigo #331987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 63.98%

R = 24.17%
G = 11.85%
B = 63.98%

CMYK

 C value IS 0.62

 M value IS 0.81

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#331987 (or 0x331987) is known color: Persian Indigo. HEX triplet: 33, 19 and 87. RGB value is (51,25,135). Sum of RGB (Red+Green+Blue) = 51+25+135=211 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.17% from 211); Green value is 25 (10.16% from 255 or 11.85% from 211); Blue value is 135 (53.12% from 255 or 63.98% from 211); Max value from RGB is 135 - color contains mainly: blue. Hex color #331987 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #331987 is #CCE678. Grayscale: #2C2C2C. Windows color (decimal): -13428345 or 8853811. OLE color: 8853811.

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

Color convert

RGB 51 25 135 -
CMYK 0.62 0.81 0 0.47
HSL 254.18º 0.69% 0.31% -
HSV(B) 254.18º 0.81% 0.53% -
XYZ 6.09 3.15 23.21 -
YUV 45.31 178.61 132.06 -
System Red Green Blue C M Y K H S L
Decimal 51 25 135 0.62 0.81 0 0.47 254.18 0.69 0.31
Hex 33 19 87 3E 51 0 2F FE 45 1F
Octal 63 31 207 76 121 0 57 376 105 37
Binary 110011 11001 10000111 111110 1010001 0 101111 11111110 1000101 11111

Color Harmonies of #331987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331987

Black with #331987

Text Example


Text Example

White with #331987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331987; }

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

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

background-color css

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

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

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

border-color css

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

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

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