Html Css Color HEX #331599 Persian Indigo

📋 copy color: '#331599'

red 51 ◦ green 21 ◦ blue 153

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

Shades of Persian Indigo #331599

Tints of Persian Indigo #331599

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.33%

 BLUE value IS 153 (60.16% from 255) = 68%

R = 22.67%
G = 9.33%
B = 68%

CMYK

 C value IS 0.67

 M value IS 0.86

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#331599 (or 0x331599) is known color: Persian Indigo. HEX triplet: 33, 15 and 99. RGB value is (51,21,153). Sum of RGB (Red+Green+Blue) = 51+21+153=225 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.67% from 225); Green value is 21 (8.59% from 255 or 9.33% from 225); Blue value is 153 (60.16% from 255 or 68% from 225); Max value from RGB is 153 - color contains mainly: blue. Hex color #331599 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #331599 is #CCEA66. Grayscale: #2C2C2C. Windows color (decimal): -13429351 or 10032435. OLE color: 10032435.

HSL color Cylindrical-coordinate representation of color #331599: hue angle of 253.64º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #331599 is Cyan = 0.67, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 51 21 153 -
CMYK 0.67 0.86 0 0.4
HSL 253.64º 0.76% 0.34% -
HSV(B) 253.64º 0.86% 0.6% -
XYZ 7.38 3.54 30.43 -
YUV 45.02 188.94 132.27 -
System Red Green Blue C M Y K H S L
Decimal 51 21 153 0.67 0.86 0 0.4 253.64 0.76 0.34
Hex 33 15 99 43 56 0 28 FE 4C 22
Octal 63 25 231 103 126 0 50 376 114 42
Binary 110011 10101 10011001 1000011 1010110 0 101000 11111110 1001100 100010

Color Harmonies of #331599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331599

Black with #331599

Text Example


Text Example

White with #331599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331599; }

 p { color: rgb(51,21,153); }

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

background-color css

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

 a { background-color: rgb(51,21,153); }

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

border-color css

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

 span { border-color: rgb(51,21,153); }

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