Html Css Color HEX #33016F Persian Indigo

📋 copy color: '#33016F'

red 51 ◦ green 1 ◦ blue 111

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

Shades of Persian Indigo #33016F

Tints of Persian Indigo #33016F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.61%

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

R = 31.29%
G = 0.61%
B = 68.1%

CMYK

 C value IS 0.54

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#33016F (or 0x33016F) is known color: Persian Indigo. HEX triplet: 33, 01 and 6F. RGB value is (51,1,111). Sum of RGB (Red+Green+Blue) = 51+1+111=163 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.29% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 111 (43.75% from 255 or 68.10% from 163); Max value from RGB is 111 - color contains mainly: blue. Hex color #33016F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33016F is #CCFE90. Grayscale: #1C1C1C. Windows color (decimal): -13434513 or 7274803. OLE color: 7274803.

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

Color convert

RGB 51 1 111 -
CMYK 0.54 0.99 0 0.56
HSL 267.27º 0.98% 0.22% -
HSV(B) 267.27º 0.99% 0.44% -
XYZ 4.25 1.87 15.18 -
YUV 28.49 174.57 144.06 -
System Red Green Blue C M Y K H S L
Decimal 51 1 111 0.54 0.99 0 0.56 267.27 0.98 0.22
Hex 33 1 6F 36 63 0 38 10B 62 16
Octal 63 1 157 66 143 0 70 413 142 26
Binary 110011 1 1101111 110110 1100011 0 111000 100001011 1100010 10110

Color Harmonies of #33016F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33016F

Black with #33016F

Text Example


Text Example

White with #33016F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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