#30018D

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

Shades of Persian Indigo #30018D

Tints of Persian Indigo #30018D

Color information

#30018D (or 0x30018D) is unknown color: approx Persian Indigo. HEX triplet: 30, 01 and 8D. RGB value is (48,1,141). Sum of RGB (Red+Green+Blue) = 48+1+141=190 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.26% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 141 (55.47% from 255 or 74.21% from 190); Max value from RGB is 141 - color contains mainly: blue. Hex color #30018D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30018D is #CFFE72. Grayscale: #1E1E1E. Windows color (decimal): -13631091 or 9240880. OLE color: 9240880.

HSL color Cylindrical-coordinate representation of color #30018D: hue angle of 260.14º degrees, saturation: 0.99, 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 #30018D is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB481141-
CMYK0.660.9900.45
HSL260.14º98.59%27.84%-
HSV(B)260.14º99.29%55.29%-
XYZ6.042.5725.38-
YUV31.01190.07140.12-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.26%
GREEN value IS 1 (0.78% from 255) = 0.53%
BLUE value IS 141 (55.47% from 255) = 74.21%
R=25.26%
G=0.53%
B=74.21%

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
Decimal4811410.660.9900.45260.1498.5927.84
Hex3018D426302D104631c
Octal60121510214305540414334
Binary110000110001101100001011000110101101100000100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30018D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30018D; }

 p { color: rgb(48,1,141); }

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

<style>
 a { background-color: #30018D; }

 a { background-color: rgb(48,1,141); }

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

<style>
 span { border-color: #30018D; }

 span { border-color: rgb(48,1,141); }

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