#30027C

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

Shades of Persian Indigo #30027C

Tints of Persian Indigo #30027C

Color information

#30027C (or 0x30027C) is unknown color: approx Persian Indigo. HEX triplet: 30, 02 and 7C. RGB value is (48,2,124). Sum of RGB (Red+Green+Blue) = 48+2+124=174 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.59% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 124 (48.83% from 255 or 71.26% from 174); Max value from RGB is 124 - color contains mainly: blue. Hex color #30027C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30027C is #CFFD83. Grayscale: #1D1D1D. Windows color (decimal): -13630852 or 8127024. OLE color: 8127024.

HSL color Cylindrical-coordinate representation of color #30027C: hue angle of 262.62º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #30027C is Cyan = 0.61, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB482124-
CMYK0.610.9800.51
HSL262.62º96.83%24.71%-
HSV(B)262.62º98.39%48.63%-
XYZ4.882.1319.22-
YUV29.66181.24141.08-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.59%
GREEN value IS 2 (1.17% from 255) = 1.15%
BLUE value IS 124 (48.83% from 255) = 71.26%
R=27.59%
G=1.15%
B=71.26%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal4821240.610.9800.51262.6296.8324.71
Hex3027C3D620331076119
Octal6021747514206340714131
Binary11000010111110011110111000100110011100000111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30027C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,2,124); }

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

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

 a { background-color: rgb(48,2,124); }

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

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

 span { border-color: rgb(48,2,124); }

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