#30029E

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

Shades of Persian Indigo #30029E

Tints of Persian Indigo #30029E

Color information

#30029E (or 0x30029E) is unknown color: approx Persian Indigo. HEX triplet: 30, 02 and 9E. RGB value is (48,2,158). Sum of RGB (Red+Green+Blue) = 48+2+158=208 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.08% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 158 (62.11% from 255 or 75.96% from 208); Max value from RGB is 158 - color contains mainly: blue. Hex color #30029E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30029E is #CFFD61. Grayscale: #202020. Windows color (decimal): -13630818 or 10355248. OLE color: 10355248.

HSL color Cylindrical-coordinate representation of color #30029E: hue angle of 257.69º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #30029E is Cyan = 0.70, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB482158-
CMYK0.700.9900.38
HSL257.69º97.5%31.37%-
HSV(B)257.69º98.73%61.96%-
XYZ7.413.1432.56-
YUV33.54198.24138.32-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.08%
GREEN value IS 2 (1.17% from 255) = 0.96%
BLUE value IS 158 (62.11% from 255) = 75.96%
R=23.08%
G=0.96%
B=75.96%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal4821580.700.9900.38257.6997.531.37
Hex3029E4663026102621f
Octal60223610614304640214237
Binary1100001010011110100011011000110100110100000010110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30029E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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