#300C6A

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

Shades of Persian Indigo #300C6A

Tints of Persian Indigo #300C6A

Color information

#300C6A (or 0x300C6A) is unknown color: approx Persian Indigo. HEX triplet: 30, 0C and 6A. RGB value is (48,12,106). Sum of RGB (Red+Green+Blue) = 48+12+106=166 (21% of max value = 765). Red value is 48 (19.14% from 255 or 28.92% from 166); Green value is 12 (5.08% from 255 or 7.23% from 166); Blue value is 106 (41.80% from 255 or 63.86% from 166); Max value from RGB is 106 - color contains mainly: blue. Hex color #300C6A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300C6A is #CFF395. Grayscale: #212121. Windows color (decimal): -13628310 or 6949936. OLE color: 6949936.

HSL color Cylindrical-coordinate representation of color #300C6A: hue angle of 262.98º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #300C6A is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4812106-
CMYK0.550.8900.58
HSL262.98º79.66%23.14%-
HSV(B)262.98º88.68%41.57%-
XYZ3.951.9313.8-
YUV33.48168.93138.36-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.92%
GREEN value IS 12 (5.08% from 255) = 7.23%
BLUE value IS 106 (41.80% from 255) = 63.86%
R=28.92%
G=7.23%
B=63.86%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal48121060.550.8900.58262.9879.6623.14
Hex30C6A375903A1075017
Octal60141526713107240712027
Binary1100001100110101011011110110010111010100000111101000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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