#30146B

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

Shades of Persian Indigo #30146B

Tints of Persian Indigo #30146B

Color information

#30146B (or 0x30146B) is unknown color: approx Persian Indigo. HEX triplet: 30, 14 and 6B. RGB value is (48,20,107). Sum of RGB (Red+Green+Blue) = 48+20+107=175 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.43% from 175); Green value is 20 (8.20% from 255 or 11.43% from 175); Blue value is 107 (42.19% from 255 or 61.14% from 175); Max value from RGB is 107 - color contains mainly: blue. Hex color #30146B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30146B is #CFEB94. Grayscale: #252525. Windows color (decimal): -13626261 or 7017520. OLE color: 7017520.

HSL color Cylindrical-coordinate representation of color #30146B: hue angle of 259.31º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30146B is Cyan = 0.55, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4820107-
CMYK0.550.8100.58
HSL259.31º68.5%24.9%-
HSV(B)259.31º81.31%41.96%-
XYZ4.122.1914.12-
YUV38.29166.78134.93-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.43%
GREEN value IS 20 (8.20% from 255) = 11.43%
BLUE value IS 107 (42.19% from 255) = 61.14%
R=27.43%
G=11.43%
B=61.14%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal48201070.550.8100.58259.3168.524.9
Hex30146B375103A1034519
Octal60241536712107240310531
Binary11000010100110101111011110100010111010100000011100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30146B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,20,107); }

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

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

 a { background-color: rgb(48,20,107); }

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

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

 span { border-color: rgb(48,20,107); }

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