Html Css Color HEX #33006B Persian Indigo

📋 copy color: '#33006B'

red 51 ◦ green 0 ◦ blue 107

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

Shades of Persian Indigo #33006B

Tints of Persian Indigo #33006B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 107 (42.19% from 255) = 67.72%

R = 32.28%
G = 0%
B = 67.72%

CMYK

 C value IS 0.52

 M value IS 1

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#33006B (or 0x33006B) is known color: Persian Indigo. HEX triplet: 33, 00 and 6B. RGB value is (51,0,107). Sum of RGB (Red+Green+Blue) = 51+0+107=158 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.28% from 158); Green value is 0 (0.39% from 255 or 0% from 158); Blue value is 107 (42.19% from 255 or 67.72% from 158); Max value from RGB is 107 - color contains mainly: blue. Hex color #33006B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33006B is #CCFF94. Grayscale: #1B1B1B. Windows color (decimal): -13434773 or 7012403. OLE color: 7012403.

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

Color convert

RGB 51 0 107 -
CMYK 0.52 1 0 0.58
HSL 268.6º 1% 0.21% -
HSV(B) 268.6º 1% 0.42% -
XYZ 4.02 1.77 14.04 -
YUV 27.45 172.9 144.8 -
System Red Green Blue C M Y K H S L
Decimal 51 0 107 0.52 1 0 0.58 268.6 1 0.21
Hex 33 0 6B 34 64 0 3A 10D 64 15
Octal 63 0 153 64 144 0 72 415 144 25
Binary 110011 0 1101011 110100 1100100 0 111010 100001101 1100100 10101

Color Harmonies of #33006B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33006B

Black with #33006B

Text Example


Text Example

White with #33006B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33006B; }

 p { color: rgb(51,0,107); }

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

background-color css

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

 a { background-color: rgb(51,0,107); }

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

border-color css

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

 span { border-color: rgb(51,0,107); }

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