#30078A

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

Shades of Persian Indigo #30078A

Tints of Persian Indigo #30078A

Color information

#30078A (or 0x30078A) is unknown color: approx Persian Indigo. HEX triplet: 30, 07 and 8A. RGB value is (48,7,138). Sum of RGB (Red+Green+Blue) = 48+7+138=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 7 (3.12% from 255 or 3.63% from 193); Blue value is 138 (54.30% from 255 or 71.50% from 193); Max value from RGB is 138 - color contains mainly: blue. Hex color #30078A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30078A is #CFF875. Grayscale: #212121. Windows color (decimal): -13629558 or 9045808. OLE color: 9045808.

HSL color Cylindrical-coordinate representation of color #30078A: hue angle of 258.78º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #30078A is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB487138-
CMYK0.650.9500.46
HSL258.78º90.34%28.43%-
HSV(B)258.78º94.93%54.12%-
XYZ5.882.6224.24-
YUV34.19186.58137.85-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.87%
GREEN value IS 7 (3.12% from 255) = 3.63%
BLUE value IS 138 (54.30% from 255) = 71.50%
R=24.87%
G=3.63%
B=71.50%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal4871380.650.9500.46258.7890.3428.43
Hex3078A415F02E1035a1c
Octal60721210113705640313234
Binary11000011110001010100000110111110101110100000011101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30078A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30078A; }

 p { color: rgb(48,7,138); }

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

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

 a { background-color: rgb(48,7,138); }

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

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

 span { border-color: rgb(48,7,138); }

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