#30056C

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

Shades of Persian Indigo #30056C

Tints of Persian Indigo #30056C

Color information

#30056C (or 0x30056C) is unknown color: approx Persian Indigo. HEX triplet: 30, 05 and 6C. RGB value is (48,5,108). Sum of RGB (Red+Green+Blue) = 48+5+108=161 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.81% from 161); Green value is 5 (2.34% from 255 or 3.11% from 161); Blue value is 108 (42.58% from 255 or 67.08% from 161); Max value from RGB is 108 - color contains mainly: blue. Hex color #30056C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30056C is #CFFA93. Grayscale: #1D1D1D. Windows color (decimal): -13630100 or 7079216. OLE color: 7079216.

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

Color convert

RGB485108-
CMYK0.560.9500.58
HSL265.05º91.15%22.16%-
HSV(B)265.05º95.37%42.35%-
XYZ3.981.8214.33-
YUV29.6172.25141.12-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.81%
GREEN value IS 5 (2.34% from 255) = 3.11%
BLUE value IS 108 (42.58% from 255) = 67.08%
R=29.81%
G=3.11%
B=67.08%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4851080.560.9500.58265.0591.1522.16
Hex3056C385F03A1095b16
Octal6051547013707241113326
Binary110000101110110011100010111110111010100001001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30056C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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