#33009B

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

Shades of Persian Indigo #33009B

Tints of Persian Indigo #33009B

Color information

#33009B (or 0x33009B) is unknown color: approx Persian Indigo. HEX triplet: 33, 00 and 9B. RGB value is (51,0,155). Sum of RGB (Red+Green+Blue) = 51+0+155=206 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.76% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 155 (60.94% from 255 or 75.24% from 206); Max value from RGB is 155 - color contains mainly: blue. Hex color #33009B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33009B is #CCFF64. Grayscale: #202020. Windows color (decimal): -13434725 or 10158131. OLE color: 10158131.

HSL color Cylindrical-coordinate representation of color #33009B: hue angle of 259.74º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #33009B is Cyan = 0.67, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB510155-
CMYK0.67100.39
HSL259.74º100%30.39%-
HSV(B)259.74º100%60.78%-
XYZ7.283.0731.22-
YUV32.92196.9140.9-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.76%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 155 (60.94% from 255) = 75.24%
R=24.76%
G=0%
B=75.24%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal5101550.67100.39259.7410030.39
Hex3309B4364027104641e
Octal63023310314404740414436
Binary110011010011011100001111001000100111100000100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33009B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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