#301285

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

Shades of Persian Indigo #301285

Tints of Persian Indigo #301285

Color information

#301285 (or 0x301285) is unknown color: approx Persian Indigo. HEX triplet: 30, 12 and 85. RGB value is (48,18,133). Sum of RGB (Red+Green+Blue) = 48+18+133=199 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.12% from 199); Green value is 18 (7.42% from 255 or 9.05% from 199); Blue value is 133 (52.34% from 255 or 66.83% from 199); Max value from RGB is 133 - color contains mainly: blue. Hex color #301285 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301285 is #CFED7A. Grayscale: #272727. Windows color (decimal): -13626747 or 8720944. OLE color: 8720944.

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

Color convert

RGB4818133-
CMYK0.640.8600.48
HSL255.65º76.16%29.61%-
HSV(B)255.65º86.47%52.16%-
XYZ5.672.7522.42-
YUV40.08180.44133.65-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.12%
GREEN value IS 18 (7.42% from 255) = 9.05%
BLUE value IS 133 (52.34% from 255) = 66.83%
R=24.12%
G=9.05%
B=66.83%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal48181330.640.8600.48255.6576.1629.61
Hex30128540560301004c1e
Octal602220510012606040011436
Binary1100001001010000101100000010101100110000100000000100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301285; }

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

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

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

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

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

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

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

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