#33037B

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

Shades of Persian Indigo #33037B

Tints of Persian Indigo #33037B

Color information

#33037B (or 0x33037B) is unknown color: approx Persian Indigo. HEX triplet: 33, 03 and 7B. RGB value is (51,3,123). Sum of RGB (Red+Green+Blue) = 51+3+123=177 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.81% from 177); Green value is 3 (1.56% from 255 or 1.69% from 177); Blue value is 123 (48.44% from 255 or 69.49% from 177); Max value from RGB is 123 - color contains mainly: blue. Hex color #33037B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33037B is #CCFC84. Grayscale: #1E1E1E. Windows color (decimal): -13433989 or 8061747. OLE color: 8061747.

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

Color convert

RGB513123-
CMYK0.590.9800.52
HSL264º95.24%24.71%-
HSV(B)264º97.56%48.24%-
XYZ4.972.218.9-
YUV31.03179.9142.24-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.81%
GREEN value IS 3 (1.56% from 255) = 1.69%
BLUE value IS 123 (48.44% from 255) = 69.49%
R=28.81%
G=1.69%
B=69.49%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5131230.590.9800.5226495.2424.71
Hex3337B3B620341085f19
Octal6331737314206441013731
Binary11001111111101111101111000100110100100001000101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33037B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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