#33146C

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

Shades of Persian Indigo #33146C

Tints of Persian Indigo #33146C

Color information

#33146C (or 0x33146C) is unknown color: approx Persian Indigo. HEX triplet: 33, 14 and 6C. RGB value is (51,20,108). Sum of RGB (Red+Green+Blue) = 51+20+108=179 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.49% from 179); Green value is 20 (8.20% from 255 or 11.17% from 179); Blue value is 108 (42.58% from 255 or 60.34% from 179); Max value from RGB is 108 - color contains mainly: blue. Hex color #33146C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33146C is #CCEB93. Grayscale: #262626. Windows color (decimal): -13429652 or 7083059. OLE color: 7083059.

HSL color Cylindrical-coordinate representation of color #33146C: hue angle of 261.14º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #33146C is Cyan = 0.53, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5120108-
CMYK0.530.8100.58
HSL261.14º68.75%25.1%-
HSV(B)261.14º81.48%42.35%-
XYZ4.322.2914.4-
YUV39.3166.77136.34-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.49%
GREEN value IS 20 (8.20% from 255) = 11.17%
BLUE value IS 108 (42.58% from 255) = 60.34%
R=28.49%
G=11.17%
B=60.34%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal51201080.530.8100.58261.1468.7525.1
Hex33146C355103A1054519
Octal63241546512107240510531
Binary11001110100110110011010110100010111010100000101100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33146C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33146C; }

 p { color: rgb(51,20,108); }

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

<style>
 a { background-color: #33146C; }

 a { background-color: rgb(51,20,108); }

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

<style>
 span { border-color: #33146C; }

 span { border-color: rgb(51,20,108); }

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