#33038A

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

Shades of Persian Indigo #33038A

Tints of Persian Indigo #33038A

Color information

#33038A (or 0x33038A) is unknown color: approx Persian Indigo. HEX triplet: 33, 03 and 8A. RGB value is (51,3,138). Sum of RGB (Red+Green+Blue) = 51+3+138=192 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.56% from 192); Green value is 3 (1.56% from 255 or 1.56% from 192); Blue value is 138 (54.30% from 255 or 71.88% from 192); Max value from RGB is 138 - color contains mainly: blue. Hex color #33038A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33038A is #CCFC75. Grayscale: #202020. Windows color (decimal): -13433974 or 9044787. OLE color: 9044787.

HSL color Cylindrical-coordinate representation of color #33038A: hue angle of 261.33º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #33038A is Cyan = 0.63, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB513138-
CMYK0.630.9800.46
HSL261.33º95.74%27.65%-
HSV(B)261.33º97.83%54.12%-
XYZ5.992.624.23-
YUV32.74187.4141.02-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.56%
GREEN value IS 3 (1.56% from 255) = 1.56%
BLUE value IS 138 (54.30% from 255) = 71.88%
R=26.56%
G=1.56%
B=71.88%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal5131380.630.9800.46261.3395.7427.65
Hex3338A3F6202E105601c
Octal6332127714205640514034
Binary110011111000101011111111000100101110100000101110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33038A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33038A; }

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

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

<style>
 a { background-color: #33038A; }

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

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

<style>
 span { border-color: #33038A; }

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

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