#301286

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

Shades of Persian Indigo #301286

Tints of Persian Indigo #301286

Color information

#301286 (or 0x301286) is unknown color: approx Persian Indigo. HEX triplet: 30, 12 and 86. RGB value is (48,18,134). Sum of RGB (Red+Green+Blue) = 48+18+134=200 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24% from 200); Green value is 18 (7.42% from 255 or 9% from 200); Blue value is 134 (52.73% from 255 or 67% from 200); Max value from RGB is 134 - color contains mainly: blue. Hex color #301286 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301286 is #CFED79. Grayscale: #272727. Windows color (decimal): -13626746 or 8786480. OLE color: 8786480.

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

Color convert

RGB4818134-
CMYK0.640.8700.47
HSL255.52º76.32%29.8%-
HSV(B)255.52º86.57%52.55%-
XYZ5.742.7822.79-
YUV40.19180.94133.57-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24%
GREEN value IS 18 (7.42% from 255) = 9%
BLUE value IS 134 (52.73% from 255) = 67%
R=24%
G=9%
B=67%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal48181340.640.8700.47255.5276.3229.8
Hex301286405702F1004c1e
Octal602220610012705740011436
Binary1100001001010000110100000010101110101111100000000100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301286; }

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

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

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

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

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

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

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

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