#30056E

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

Shades of Persian Indigo #30056E

Tints of Persian Indigo #30056E

Color information

#30056E (or 0x30056E) is unknown color: approx Persian Indigo. HEX triplet: 30, 05 and 6E. RGB value is (48,5,110). Sum of RGB (Red+Green+Blue) = 48+5+110=163 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.45% from 163); Green value is 5 (2.34% from 255 or 3.07% from 163); Blue value is 110 (43.36% from 255 or 67.48% from 163); Max value from RGB is 110 - color contains mainly: blue. Hex color #30056E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30056E is #CFFA91. Grayscale: #1D1D1D. Windows color (decimal): -13630098 or 7210288. OLE color: 7210288.

HSL color Cylindrical-coordinate representation of color #30056E: hue angle of 264.57º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #30056E is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB485110-
CMYK0.560.9500.57
HSL264.57º91.3%22.55%-
HSV(B)264.57º95.45%43.14%-
XYZ4.091.8614.9-
YUV29.83173.25140.96-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.45%
GREEN value IS 5 (2.34% from 255) = 3.07%
BLUE value IS 110 (43.36% from 255) = 67.48%
R=29.45%
G=3.07%
B=67.48%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal4851100.560.9500.57264.5791.322.55
Hex3056E385F0391095b17
Octal6051567013707141113327
Binary110000101110111011100010111110111001100001001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30056E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30056E; }

 p { color: rgb(48,5,110); }

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

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

 a { background-color: rgb(48,5,110); }

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

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

 span { border-color: rgb(48,5,110); }

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