#300C6D

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

Shades of Persian Indigo #300C6D

Tints of Persian Indigo #300C6D

Color information

#300C6D (or 0x300C6D) is unknown color: approx Persian Indigo. HEX triplet: 30, 0C and 6D. RGB value is (48,12,109). Sum of RGB (Red+Green+Blue) = 48+12+109=169 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.40% from 169); Green value is 12 (5.08% from 255 or 7.10% from 169); Blue value is 109 (42.97% from 255 or 64.50% from 169); Max value from RGB is 109 - color contains mainly: blue. Hex color #300C6D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300C6D is #CFF392. Grayscale: #212121. Windows color (decimal): -13628307 or 7146544. OLE color: 7146544.

HSL color Cylindrical-coordinate representation of color #300C6D: hue angle of 262.27º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #300C6D is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4812109-
CMYK0.560.8900.57
HSL262.27º80.17%23.73%-
HSV(B)262.27º88.99%42.75%-
XYZ4.11214.64-
YUV33.82170.43138.11-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.40%
GREEN value IS 12 (5.08% from 255) = 7.10%
BLUE value IS 109 (42.97% from 255) = 64.50%
R=28.40%
G=7.10%
B=64.50%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal48121090.560.8900.57262.2780.1723.73
Hex30C6D38590391065018
Octal60141557013107140612030
Binary1100001100110110111100010110010111001100000110101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300C6D; }

 p { color: rgb(48,12,109); }

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

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

 a { background-color: rgb(48,12,109); }

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

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

 span { border-color: rgb(48,12,109); }

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