#30127F

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

Shades of Persian Indigo #30127F

Tints of Persian Indigo #30127F

Color information

#30127F (or 0x30127F) is unknown color: approx Persian Indigo. HEX triplet: 30, 12 and 7F. RGB value is (48,18,127). Sum of RGB (Red+Green+Blue) = 48+18+127=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 18 (7.42% from 255 or 9.33% from 193); Blue value is 127 (50% from 255 or 65.80% from 193); Max value from RGB is 127 - color contains mainly: blue. Hex color #30127F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30127F is #CFED80. Grayscale: #262626. Windows color (decimal): -13626753 or 8327728. OLE color: 8327728.

HSL color Cylindrical-coordinate representation of color #30127F: hue angle of 256.51º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #30127F is Cyan = 0.62, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4818127-
CMYK0.620.8600.50
HSL256.51º75.17%28.43%-
HSV(B)256.51º85.83%49.8%-
XYZ5.272.5920.3-
YUV39.4177.44134.14-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.87%
GREEN value IS 18 (7.42% from 255) = 9.33%
BLUE value IS 127 (50% from 255) = 65.80%
R=24.87%
G=9.33%
B=65.80%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal48181270.620.8600.50256.5175.1728.43
Hex30127F3E560321014b1c
Octal60221777612606240111334
Binary11000010010111111111111010101100110010100000001100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30127F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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