#33027A

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

Shades of Persian Indigo #33027A

Tints of Persian Indigo #33027A

Color information

#33027A (or 0x33027A) is unknown color: approx Persian Indigo. HEX triplet: 33, 02 and 7A. RGB value is (51,2,122). Sum of RGB (Red+Green+Blue) = 51+2+122=175 (23% of max value = 765). Red value is 51 (20.31% from 255 or 29.14% from 175); Green value is 2 (1.17% from 255 or 1.14% from 175); Blue value is 122 (48.05% from 255 or 69.71% from 175); Max value from RGB is 122 - color contains mainly: blue. Hex color #33027A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33027A is #CCFD85. Grayscale: #1D1D1D. Windows color (decimal): -13434246 or 7995955. OLE color: 7995955.

HSL color Cylindrical-coordinate representation of color #33027A: hue angle of 264.5º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #33027A is Cyan = 0.58, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB512122-
CMYK0.580.9800.52
HSL264.5º96.77%24.31%-
HSV(B)264.5º98.36%47.84%-
XYZ4.92.1518.57-
YUV30.33179.73142.74-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 29.14%
GREEN value IS 2 (1.17% from 255) = 1.14%
BLUE value IS 122 (48.05% from 255) = 69.71%
R=29.14%
G=1.14%
B=69.71%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5121220.580.9800.52264.596.7724.31
Hex3327A3A620341086118
Octal6321727214206441014130
Binary11001110111101011101011000100110100100001000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33027A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,2,122); }

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

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

 a { background-color: rgb(51,2,122); }

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

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

 span { border-color: rgb(51,2,122); }

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