#301086

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

Shades of Persian Indigo #301086

Tints of Persian Indigo #301086

Color information

#301086 (or 0x301086) is unknown color: approx Persian Indigo. HEX triplet: 30, 10 and 86. RGB value is (48,16,134). Sum of RGB (Red+Green+Blue) = 48+16+134=198 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.24% from 198); Green value is 16 (6.64% from 255 or 8.08% from 198); Blue value is 134 (52.73% from 255 or 67.68% from 198); Max value from RGB is 134 - color contains mainly: blue. Hex color #301086 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301086 is #CFEF79. Grayscale: #262626. Windows color (decimal): -13627258 or 8785968. OLE color: 8785968.

HSL color Cylindrical-coordinate representation of color #301086: hue angle of 256.27º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #301086 is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4816134-
CMYK0.640.8800.47
HSL256.27º78.67%29.41%-
HSV(B)256.27º88.06%52.55%-
XYZ5.712.7222.78-
YUV39.02181.6134.41-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.24%
GREEN value IS 16 (6.64% from 255) = 8.08%
BLUE value IS 134 (52.73% from 255) = 67.68%
R=24.24%
G=8.08%
B=67.68%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal48161340.640.8800.47256.2778.6729.41
Hex301086405802F1004f1d
Octal602020610013005740011735
Binary1100001000010000110100000010110000101111100000000100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301086; }

 p { color: rgb(48,16,134); }

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

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

 a { background-color: rgb(48,16,134); }

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

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

 span { border-color: rgb(48,16,134); }

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