#300564

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

Shades of Persian Indigo #300564

Tints of Persian Indigo #300564

Color information

#300564 (or 0x300564) is unknown color: approx Persian Indigo. HEX triplet: 30, 05 and 64. RGB value is (48,5,100). Sum of RGB (Red+Green+Blue) = 48+5+100=153 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.37% from 153); Green value is 5 (2.34% from 255 or 3.27% from 153); Blue value is 100 (39.45% from 255 or 65.36% from 153); Max value from RGB is 100 - color contains mainly: blue. Hex color #300564 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300564 is #CFFA9B. Grayscale: #1C1C1C. Windows color (decimal): -13630108 or 6554928. OLE color: 6554928.

HSL color Cylindrical-coordinate representation of color #300564: hue angle of 267.16º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #300564 is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB485100-
CMYK0.520.9500.61
HSL267.16º90.48%20.59%-
HSV(B)267.16º95%39.22%-
XYZ3.571.6612.19-
YUV28.69168.25141.78-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 31.37%
GREEN value IS 5 (2.34% from 255) = 3.27%
BLUE value IS 100 (39.45% from 255) = 65.36%
R=31.37%
G=3.27%
B=65.36%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4851000.520.9500.61267.1690.4820.59
Hex30564345F03D10b5a15
Octal6051446413707541313225
Binary110000101110010011010010111110111101100001011101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300564; }

 p { color: rgb(48,5,100); }

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

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

 a { background-color: rgb(48,5,100); }

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

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

 span { border-color: rgb(48,5,100); }

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