Html Css Color HEX #33016A Persian Indigo

📋 copy color: '#33016A'

red 51 ◦ green 1 ◦ blue 106

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

Shades of Persian Indigo #33016A

Tints of Persian Indigo #33016A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 67.09%

R = 32.28%
G = 0.63%
B = 67.09%

CMYK

 C value IS 0.52

 M value IS 0.99

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#33016A (or 0x33016A) is known color: Persian Indigo. HEX triplet: 33, 01 and 6A. RGB value is (51,1,106). Sum of RGB (Red+Green+Blue) = 51+1+106=158 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.28% from 158); Green value is 1 (0.78% from 255 or 0.63% from 158); Blue value is 106 (41.80% from 255 or 67.09% from 158); Max value from RGB is 106 - color contains mainly: blue. Hex color #33016A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33016A is #CCFE95. Grayscale: #1B1B1B. Windows color (decimal): -13434518 or 6947123. OLE color: 6947123.

HSL color Cylindrical-coordinate representation of color #33016A: hue angle of 268.57º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #33016A is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 51 1 106 -
CMYK 0.52 0.99 0 0.58
HSL 268.57º 0.98% 0.21% -
HSV(B) 268.57º 0.99% 0.42% -
XYZ 3.98 1.77 13.77 -
YUV 27.92 172.07 144.46 -
System Red Green Blue C M Y K H S L
Decimal 51 1 106 0.52 0.99 0 0.58 268.57 0.98 0.21
Hex 33 1 6A 34 63 0 3A 10D 62 15
Octal 63 1 152 64 143 0 72 415 142 25
Binary 110011 1 1101010 110100 1100011 0 111010 100001101 1100010 10101

Color Harmonies of #33016A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33016A

Black with #33016A

Text Example


Text Example

White with #33016A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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