#33069D

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

Shades of Persian Indigo #33069D

Tints of Persian Indigo #33069D

Color information

#33069D (or 0x33069D) is unknown color: approx Persian Indigo. HEX triplet: 33, 06 and 9D. RGB value is (51,6,157). Sum of RGB (Red+Green+Blue) = 51+6+157=214 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.83% from 214); Green value is 6 (2.73% from 255 or 2.80% from 214); Blue value is 157 (61.72% from 255 or 73.36% from 214); Max value from RGB is 157 - color contains mainly: blue. Hex color #33069D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33069D is #CCF962. Grayscale: #242424. Windows color (decimal): -13433187 or 10290739. OLE color: 10290739.

HSL color Cylindrical-coordinate representation of color #33069D: hue angle of 257.88º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #33069D is Cyan = 0.68, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB516157-
CMYK0.680.9600.38
HSL257.88º92.64%31.96%-
HSV(B)257.88º96.18%61.57%-
XYZ7.523.2732.13-
YUV36.67195.91138.22-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.83%
GREEN value IS 6 (2.73% from 255) = 2.80%
BLUE value IS 157 (61.72% from 255) = 73.36%
R=23.83%
G=2.80%
B=73.36%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal5161570.680.9600.38257.8892.6431.96
Hex3369D44600261025d20
Octal63623510414004640213540
Binary110011110100111011000100110000001001101000000101011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33069D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33069D; }

 p { color: rgb(51,6,157); }

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

<style>
 a { background-color: #33069D; }

 a { background-color: rgb(51,6,157); }

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

<style>
 span { border-color: #33069D; }

 span { border-color: rgb(51,6,157); }

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