Html Css Color HEX #331097 Persian Indigo

📋 copy color: '#331097'

red 51 ◦ green 16 ◦ blue 151

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

Shades of Persian Indigo #331097

Tints of Persian Indigo #331097

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.34%

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

R = 23.39%
G = 7.34%
B = 69.27%

CMYK

 C value IS 0.66

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#331097 (or 0x331097) is known color: Persian Indigo. HEX triplet: 33, 10 and 97. RGB value is (51,16,151). Sum of RGB (Red+Green+Blue) = 51+16+151=218 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.39% from 218); Green value is 16 (6.64% from 255 or 7.34% from 218); Blue value is 151 (59.38% from 255 or 69.27% from 218); Max value from RGB is 151 - color contains mainly: blue. Hex color #331097 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #331097 is #CCEF68. Grayscale: #292929. Windows color (decimal): -13430633 or 9900083. OLE color: 9900083.

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

Color convert

RGB 51 16 151 -
CMYK 0.66 0.89 0 0.41
HSL 255.56º 0.81% 0.33% -
HSV(B) 255.56º 0.89% 0.59% -
XYZ 7.14 3.31 29.54 -
YUV 41.86 189.6 134.52 -
System Red Green Blue C M Y K H S L
Decimal 51 16 151 0.66 0.89 0 0.41 255.56 0.81 0.33
Hex 33 10 97 42 59 0 29 100 51 21
Octal 63 20 227 102 131 0 51 400 121 41
Binary 110011 10000 10010111 1000010 1011001 0 101001 100000000 1010001 100001

Color Harmonies of #331097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331097

Black with #331097

Text Example


Text Example

White with #331097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331097; }

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

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

background-color css

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

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

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

border-color css

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

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

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