#30008F

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

Shades of Persian Indigo #30008F

Tints of Persian Indigo #30008F

Color information

#30008F (or 0x30008F) is unknown color: approx Persian Indigo. HEX triplet: 30, 00 and 8F. RGB value is (48,0,143). Sum of RGB (Red+Green+Blue) = 48+0+143=191 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.13% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 143 (56.25% from 255 or 74.87% from 191); Max value from RGB is 143 - color contains mainly: blue. Hex color #30008F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30008F is #CFFF70. Grayscale: #1E1E1E. Windows color (decimal): -13631345 or 9371696. OLE color: 9371696.

HSL color Cylindrical-coordinate representation of color #30008F: hue angle of 260.14º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #30008F is Cyan = 0.66, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB480143-
CMYK0.66100.44
HSL260.14º100%28.04%-
HSV(B)260.14º100%56.08%-
XYZ6.182.6126.17-
YUV30.65191.4140.37-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.13%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 143 (56.25% from 255) = 74.87%
R=25.13%
G=0%
B=74.87%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal4801430.66100.44260.1410028.04
Hex3008F426402C104641c
Octal60021710214405440414434
Binary110000010001111100001011001000101100100000100110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30008F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30008F; }

 p { color: rgb(48,0,143); }

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

<style>
 a { background-color: #30008F; }

 a { background-color: rgb(48,0,143); }

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

<style>
 span { border-color: #30008F; }

 span { border-color: rgb(48,0,143); }

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