#300C7C

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

Shades of Persian Indigo #300C7C

Tints of Persian Indigo #300C7C

Color information

#300C7C (or 0x300C7C) is unknown color: approx Persian Indigo. HEX triplet: 30, 0C and 7C. RGB value is (48,12,124). Sum of RGB (Red+Green+Blue) = 48+12+124=184 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.09% from 184); Green value is 12 (5.08% from 255 or 6.52% from 184); Blue value is 124 (48.83% from 255 or 67.39% from 184); Max value from RGB is 124 - color contains mainly: blue. Hex color #300C7C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300C7C is #CFF383. Grayscale: #232323. Windows color (decimal): -13628292 or 8129584. OLE color: 8129584.

HSL color Cylindrical-coordinate representation of color #300C7C: hue angle of 259.29º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #300C7C is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4812124-
CMYK0.610.9000.51
HSL259.29º82.35%26.67%-
HSV(B)259.29º90.32%48.63%-
XYZ4.992.3519.26-
YUV35.53177.93136.89-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.09%
GREEN value IS 12 (5.08% from 255) = 6.52%
BLUE value IS 124 (48.83% from 255) = 67.39%
R=26.09%
G=6.52%
B=67.39%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal48121240.610.9000.51259.2982.3526.67
Hex30C7C3D5A033103521b
Octal60141747513206340312233
Binary1100001100111110011110110110100110011100000011101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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