Html Css Color HEX #331296 Persian Indigo

📋 copy color: '#331296'

red 51 ◦ green 18 ◦ blue 150

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

Shades of Persian Indigo #331296

Tints of Persian Indigo #331296

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.22%

 BLUE value IS 150 (58.98% from 255) = 68.49%

R = 23.29%
G = 8.22%
B = 68.49%

CMYK

 C value IS 0.66

 M value IS 0.88

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#331296 (or 0x331296) is known color: Persian Indigo. HEX triplet: 33, 12 and 96. RGB value is (51,18,150). Sum of RGB (Red+Green+Blue) = 51+18+150=219 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.29% from 219); Green value is 18 (7.42% from 255 or 8.22% from 219); Blue value is 150 (58.98% from 255 or 68.49% from 219); Max value from RGB is 150 - color contains mainly: blue. Hex color #331296 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #331296 is #CCED69. Grayscale: #2A2A2A. Windows color (decimal): -13430122 or 9835059. OLE color: 9835059.

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

Color convert

RGB 51 18 150 -
CMYK 0.66 0.88 0 0.41
HSL 255º 0.79% 0.33% -
HSV(B) 255º 0.88% 0.59% -
XYZ 7.09 3.34 29.13 -
YUV 42.92 188.43 133.77 -
System Red Green Blue C M Y K H S L
Decimal 51 18 150 0.66 0.88 0 0.41 255 0.79 0.33
Hex 33 12 96 42 58 0 29 FF 4F 21
Octal 63 22 226 102 130 0 51 377 117 41
Binary 110011 10010 10010110 1000010 1011000 0 101001 11111111 1001111 100001

Color Harmonies of #331296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331296

Black with #331296

Text Example


Text Example

White with #331296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331296; }

 p { color: rgb(51,18,150); }

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

background-color css

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

 a { background-color: rgb(51,18,150); }

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

border-color css

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

 span { border-color: rgb(51,18,150); }

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