#30156F

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

Shades of Persian Indigo #30156F

Tints of Persian Indigo #30156F

Color information

#30156F (or 0x30156F) is unknown color: approx Persian Indigo. HEX triplet: 30, 15 and 6F. RGB value is (48,21,111). Sum of RGB (Red+Green+Blue) = 48+21+111=180 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.67% from 180); Green value is 21 (8.59% from 255 or 11.67% from 180); Blue value is 111 (43.75% from 255 or 61.67% from 180); Max value from RGB is 111 - color contains mainly: blue. Hex color #30156F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30156F is #CFEA90. Grayscale: #272727. Windows color (decimal): -13626001 or 7279920. OLE color: 7279920.

HSL color Cylindrical-coordinate representation of color #30156F: hue angle of 258º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30156F is Cyan = 0.57, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4821111-
CMYK0.570.8100.56
HSL258º68.18%25.88%-
HSV(B)258º81.08%43.53%-
XYZ4.362.3115.26-
YUV39.33168.45134.18-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.67%
GREEN value IS 21 (8.59% from 255) = 11.67%
BLUE value IS 111 (43.75% from 255) = 61.67%
R=26.67%
G=11.67%
B=61.67%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48211110.570.8100.5625868.1825.88
Hex30156F3951038102441a
Octal60251577112107040210432
Binary11000010101110111111100110100010111000100000010100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30156F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30156F; }

 p { color: rgb(48,21,111); }

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

<style>
 a { background-color: #30156F; }

 a { background-color: rgb(48,21,111); }

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

<style>
 span { border-color: #30156F; }

 span { border-color: rgb(48,21,111); }

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