#300566

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

Shades of Persian Indigo #300566

Tints of Persian Indigo #300566

Color information

#300566 (or 0x300566) is unknown color: approx Persian Indigo. HEX triplet: 30, 05 and 66. RGB value is (48,5,102). Sum of RGB (Red+Green+Blue) = 48+5+102=155 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.97% from 155); Green value is 5 (2.34% from 255 or 3.23% from 155); Blue value is 102 (40.23% from 255 or 65.81% from 155); Max value from RGB is 102 - color contains mainly: blue. Hex color #300566 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300566 is #CFFA99. Grayscale: #1C1C1C. Windows color (decimal): -13630106 or 6686000. OLE color: 6686000.

HSL color Cylindrical-coordinate representation of color #300566: hue angle of 266.6º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #300566 is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB485102-
CMYK0.530.9500.6
HSL266.6º90.65%20.98%-
HSV(B)266.6º95.1%40%-
XYZ3.671.712.7-
YUV28.92169.25141.61-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30.97%
GREEN value IS 5 (2.34% from 255) = 3.23%
BLUE value IS 102 (40.23% from 255) = 65.81%
R=30.97%
G=3.23%
B=65.81%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal4851020.530.9500.6266.690.6520.98
Hex30566355F03C10b5b15
Octal6051466513707441313325
Binary110000101110011011010110111110111100100001011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300566; }

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

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

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

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

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

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

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

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