#33007B

Color #33007B Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #33007B

Tints of Persian Indigo #33007B

Color information

#33007B (or 0x33007B) is unknown color: approx Persian Indigo. HEX triplet: 33, 00 and 7B. RGB value is (51,0,123). Sum of RGB (Red+Green+Blue) = 51+0+123=174 (23% of max value = 765). Red value is 51 (20.31% from 255 or 29.31% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 123 (48.44% from 255 or 70.69% from 174); Max value from RGB is 123 - color contains mainly: blue. Hex color #33007B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33007B is #CCFF84. Grayscale: #1C1C1C. Windows color (decimal): -13434757 or 8060979. OLE color: 8060979.

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

Color convert

RGB510123-
CMYK0.59100.52
HSL264.88º100%24.12%-
HSV(B)264.88º100%48.24%-
XYZ4.942.1318.89-
YUV29.27180.9143.5-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 29.31%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 123 (48.44% from 255) = 70.69%
R=29.31%
G=0%
B=70.69%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5101230.59100.52264.8810024.12
Hex3307B3B640341096418
Octal6301737314406441114430
Binary1100110111101111101111001000110100100001001110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33007B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #33007B;
 }
 .AnyTagClassName
 {
   color: #33007B;
 }
</style>
background-color css

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

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

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

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

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

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