#30008A

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

Shades of Persian Indigo #30008A

Tints of Persian Indigo #30008A

Color information

#30008A (or 0x30008A) is unknown color: approx Persian Indigo. HEX triplet: 30, 00 and 8A. RGB value is (48,0,138). Sum of RGB (Red+Green+Blue) = 48+0+138=186 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.81% from 186); Green value is 0 (0.39% from 255 or 0% from 186); Blue value is 138 (54.30% from 255 or 74.19% from 186); Max value from RGB is 138 - color contains mainly: blue. Hex color #30008A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30008A is #CFFF75. Grayscale: #1D1D1D. Windows color (decimal): -13631350 or 9044016. OLE color: 9044016.

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

Color convert

RGB480138-
CMYK0.65100.46
HSL260.87º100%27.06%-
HSV(B)260.87º100%54.12%-
XYZ5.812.4624.21-
YUV30.08188.9140.78-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.81%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 138 (54.30% from 255) = 74.19%
R=25.81%
G=0%
B=74.19%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal4801380.65100.46260.8710027.06
Hex3008A416402E105641b
Octal60021210114405640514433
Binary110000010001010100000111001000101110100000101110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30008A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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