#30028C

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

Shades of Persian Indigo #30028C

Tints of Persian Indigo #30028C

Color information

#30028C (or 0x30028C) is unknown color: approx Persian Indigo. HEX triplet: 30, 02 and 8C. RGB value is (48,2,140). Sum of RGB (Red+Green+Blue) = 48+2+140=190 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.26% from 190); Green value is 2 (1.17% from 255 or 1.05% from 190); Blue value is 140 (55.08% from 255 or 73.68% from 190); Max value from RGB is 140 - color contains mainly: blue. Hex color #30028C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30028C is #CFFD73. Grayscale: #1E1E1E. Windows color (decimal): -13630836 or 9175600. OLE color: 9175600.

HSL color Cylindrical-coordinate representation of color #30028C: hue angle of 260º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #30028C is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB482140-
CMYK0.660.9900.45
HSL260º97.18%27.84%-
HSV(B)260º98.57%54.9%-
XYZ5.972.5724.99-
YUV31.49189.24139.78-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.26%
GREEN value IS 2 (1.17% from 255) = 1.05%
BLUE value IS 140 (55.08% from 255) = 73.68%
R=25.26%
G=1.05%
B=73.68%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal4821400.660.9900.4526097.1827.84
Hex3028C426302D104611c
Octal60221410214305540414134
Binary1100001010001100100001011000110101101100000100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30028C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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