#30146A

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

Shades of Persian Indigo #30146A

Tints of Persian Indigo #30146A

Color information

#30146A (or 0x30146A) is unknown color: approx Persian Indigo. HEX triplet: 30, 14 and 6A. RGB value is (48,20,106). Sum of RGB (Red+Green+Blue) = 48+20+106=174 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.59% from 174); Green value is 20 (8.20% from 255 or 11.49% from 174); Blue value is 106 (41.80% from 255 or 60.92% from 174); Max value from RGB is 106 - color contains mainly: blue. Hex color #30146A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30146A is #CFEB95. Grayscale: #252525. Windows color (decimal): -13626262 or 6951984. OLE color: 6951984.

HSL color Cylindrical-coordinate representation of color #30146A: hue angle of 259.53º degrees, saturation: 0.68, 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 #30146A is Cyan = 0.55, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4820106-
CMYK0.550.8100.58
HSL259.53º68.25%24.71%-
HSV(B)259.53º81.13%41.57%-
XYZ4.072.1713.84-
YUV38.18166.28135.01-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.59%
GREEN value IS 20 (8.20% from 255) = 11.49%
BLUE value IS 106 (41.80% from 255) = 60.92%
R=27.59%
G=11.49%
B=60.92%

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
Decimal48201060.550.8100.58259.5368.2524.71
Hex30146A375103A1044419
Octal60241526712107240410431
Binary11000010100110101011011110100010111010100000100100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30146A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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