#300C7D

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

Shades of Persian Indigo #300C7D

Tints of Persian Indigo #300C7D

Color information

#300C7D (or 0x300C7D) is unknown color: approx Persian Indigo. HEX triplet: 30, 0C and 7D. RGB value is (48,12,125). Sum of RGB (Red+Green+Blue) = 48+12+125=185 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.95% from 185); Green value is 12 (5.08% from 255 or 6.49% from 185); Blue value is 125 (49.22% from 255 or 67.57% from 185); Max value from RGB is 125 - color contains mainly: blue. Hex color #300C7D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300C7D is #CFF382. Grayscale: #232323. Windows color (decimal): -13628291 or 8195120. OLE color: 8195120.

HSL color Cylindrical-coordinate representation of color #300C7D: hue angle of 259.12º 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 #300C7D is Cyan = 0.62, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4812125-
CMYK0.620.9000.51
HSL259.12º82.48%26.86%-
HSV(B)259.12º90.4%49.02%-
XYZ5.052.3719.59-
YUV35.65178.43136.81-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.95%
GREEN value IS 12 (5.08% from 255) = 6.49%
BLUE value IS 125 (49.22% from 255) = 67.57%
R=25.95%
G=6.49%
B=67.57%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal48121250.620.9000.51259.1282.4826.86
Hex30C7D3E5A033103521b
Octal60141757613206340312233
Binary1100001100111110111111010110100110011100000011101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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