Html Css Color HEX #33156F Persian Indigo

📋 copy color: '#33156F'

red 51 ◦ green 21 ◦ blue 111

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

Shades of Persian Indigo #33156F

Tints of Persian Indigo #33156F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 60.66%

R = 27.87%
G = 11.48%
B = 60.66%

CMYK

 C value IS 0.54

 M value IS 0.81

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#33156F (or 0x33156F) is known color: Persian Indigo. HEX triplet: 33, 15 and 6F. RGB value is (51,21,111). Sum of RGB (Red+Green+Blue) = 51+21+111=183 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.87% from 183); Green value is 21 (8.59% from 255 or 11.48% from 183); Blue value is 111 (43.75% from 255 or 60.66% from 183); Max value from RGB is 111 - color contains mainly: blue. Hex color #33156F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33156F is #CCEA90. Grayscale: #272727. Windows color (decimal): -13429393 or 7279923. OLE color: 7279923.

HSL color Cylindrical-coordinate representation of color #33156F: hue angle of 260º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #33156F is Cyan = 0.54, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 51 21 111 -
CMYK 0.54 0.81 0 0.56
HSL 260º 0.68% 0.26% -
HSV(B) 260º 0.81% 0.44% -
XYZ 4.5 2.39 15.26 -
YUV 40.23 167.94 135.68 -
System Red Green Blue C M Y K H S L
Decimal 51 21 111 0.54 0.81 0 0.56 260 0.68 0.26
Hex 33 15 6F 36 51 0 38 104 44 1A
Octal 63 25 157 66 121 0 70 404 104 32
Binary 110011 10101 1101111 110110 1010001 0 111000 100000100 1000100 11010

Color Harmonies of #33156F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33156F

Black with #33156F

Text Example


Text Example

White with #33156F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33156F; }

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

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

background-color css

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

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

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

border-color css

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

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

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