#30146C

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

Shades of Persian Indigo #30146C

Tints of Persian Indigo #30146C

Color information

#30146C (or 0x30146C) is unknown color: approx Persian Indigo. HEX triplet: 30, 14 and 6C. RGB value is (48,20,108). Sum of RGB (Red+Green+Blue) = 48+20+108=176 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.27% from 176); Green value is 20 (8.20% from 255 or 11.36% from 176); Blue value is 108 (42.58% from 255 or 61.36% from 176); Max value from RGB is 108 - color contains mainly: blue. Hex color #30146C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30146C is #CFEB93. Grayscale: #262626. Windows color (decimal): -13626260 or 7083056. OLE color: 7083056.

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

Color convert

RGB4820108-
CMYK0.560.8100.58
HSL259.09º68.75%25.1%-
HSV(B)259.09º81.48%42.35%-
XYZ4.182.2114.39-
YUV38.4167.28134.84-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.27%
GREEN value IS 20 (8.20% from 255) = 11.36%
BLUE value IS 108 (42.58% from 255) = 61.36%
R=27.27%
G=11.36%
B=61.36%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal48201080.560.8100.58259.0968.7525.1
Hex30146C385103A1034519
Octal60241547012107240310531
Binary11000010100110110011100010100010111010100000011100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30146C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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