#330387

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

Shades of Persian Indigo #330387

Tints of Persian Indigo #330387

Color information

#330387 (or 0x330387) is unknown color: approx Persian Indigo. HEX triplet: 33, 03 and 87. RGB value is (51,3,135). Sum of RGB (Red+Green+Blue) = 51+3+135=189 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.98% from 189); Green value is 3 (1.56% from 255 or 1.59% from 189); Blue value is 135 (53.12% from 255 or 71.43% from 189); Max value from RGB is 135 - color contains mainly: blue. Hex color #330387 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330387 is #CCFC78. Grayscale: #1F1F1F. Windows color (decimal): -13433977 or 8848179. OLE color: 8848179.

HSL color Cylindrical-coordinate representation of color #330387: hue angle of 261.82º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #330387 is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB513135-
CMYK0.620.9800.47
HSL261.82º95.65%27.06%-
HSV(B)261.82º97.78%52.94%-
XYZ5.772.5223.1-
YUV32.4185.9141.27-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.98%
GREEN value IS 3 (1.56% from 255) = 1.59%
BLUE value IS 135 (53.12% from 255) = 71.43%
R=26.98%
G=1.59%
B=71.43%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5131350.620.9800.47261.8295.6527.06
Hex333873E6202F106601b
Octal6332077614205740614033
Binary110011111000011111111011000100101111100000110110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #330387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #330387; }

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

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

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

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

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

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

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

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