#30129B

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

Shades of Persian Indigo #30129B

Tints of Persian Indigo #30129B

Color information

#30129B (or 0x30129B) is unknown color: approx Persian Indigo. HEX triplet: 30, 12 and 9B. RGB value is (48,18,155). Sum of RGB (Red+Green+Blue) = 48+18+155=221 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.72% from 221); Green value is 18 (7.42% from 255 or 8.14% from 221); Blue value is 155 (60.94% from 255 or 70.14% from 221); Max value from RGB is 155 - color contains mainly: blue. Hex color #30129B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30129B is #CFED64. Grayscale: #2A2A2A. Windows color (decimal): -13626725 or 10162736. OLE color: 10162736.

HSL color Cylindrical-coordinate representation of color #30129B: hue angle of 253.14º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #30129B is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4818155-
CMYK0.690.8800.39
HSL253.14º79.19%33.92%-
HSV(B)253.14º88.39%60.78%-
XYZ7.353.4331.28-
YUV42.59191.44131.86-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.72%
GREEN value IS 18 (7.42% from 255) = 8.14%
BLUE value IS 155 (60.94% from 255) = 70.14%
R=21.72%
G=8.14%
B=70.14%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal48181550.690.8800.39253.1479.1933.92
Hex30129B4558027fd4f22
Octal602223310513004737511742
Binary1100001001010011011100010110110000100111111111011001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30129B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30129B; }

 p { color: rgb(48,18,155); }

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

<style>
 a { background-color: #30129B; }

 a { background-color: rgb(48,18,155); }

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

<style>
 span { border-color: #30129B; }

 span { border-color: rgb(48,18,155); }

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