Html Css Color HEX #331397 Persian Indigo

📋 copy color: '#331397'

red 51 ◦ green 19 ◦ blue 151

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

Shades of Persian Indigo #331397

Tints of Persian Indigo #331397

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.6%

 BLUE value IS 151 (59.38% from 255) = 68.33%

R = 23.08%
G = 8.6%
B = 68.33%

CMYK

 C value IS 0.66

 M value IS 0.87

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#331397 (or 0x331397) is known color: Persian Indigo. HEX triplet: 33, 13 and 97. RGB value is (51,19,151). Sum of RGB (Red+Green+Blue) = 51+19+151=221 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.08% from 221); Green value is 19 (7.81% from 255 or 8.60% from 221); Blue value is 151 (59.38% from 255 or 68.33% from 221); Max value from RGB is 151 - color contains mainly: blue. Hex color #331397 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #331397 is #CCEC68. Grayscale: #2B2B2B. Windows color (decimal): -13429865 or 9900851. OLE color: 9900851.

HSL color Cylindrical-coordinate representation of color #331397: hue angle of 254.55º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #331397 is Cyan = 0.66, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 51 19 151 -
CMYK 0.66 0.87 0 0.41
HSL 254.55º 0.78% 0.33% -
HSV(B) 254.55º 0.87% 0.59% -
XYZ 7.18 3.4 29.56 -
YUV 43.62 188.6 133.27 -
System Red Green Blue C M Y K H S L
Decimal 51 19 151 0.66 0.87 0 0.41 254.55 0.78 0.33
Hex 33 13 97 42 57 0 29 FF 4E 21
Octal 63 23 227 102 127 0 51 377 116 41
Binary 110011 10011 10010111 1000010 1010111 0 101001 11111111 1001110 100001

Color Harmonies of #331397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331397

Black with #331397

Text Example


Text Example

White with #331397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331397; }

 p { color: rgb(51,19,151); }

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

background-color css

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

 a { background-color: rgb(51,19,151); }

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

border-color css

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

 span { border-color: rgb(51,19,151); }

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