#300c7b

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

Shades of Persian Indigo #300C7B

Tints of Persian Indigo #300C7B

Color information

#300C7B (or 0x300C7B) is unknown color: approx Persian Indigo. HEX triplet: 30, 0C and 7B. RGB value is (48,12,123). Sum of RGB (Red+Green+Blue) = 48+12+123=183 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.23% from 183); Green value is 12 (5.08% from 255 or 6.56% from 183); Blue value is 123 (48.44% from 255 or 67.21% from 183); Max value from RGB is 123 - color contains mainly: blue. Hex color #300C7B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300C7B is #CFF384. Grayscale: #232323. Windows color (decimal): -13628293 or 8064048. OLE color: 8064048.

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

Color convert

RGB4812123-
CMYK0.610.9000.52
HSL259.46º82.22%26.47%-
HSV(B)259.46º90.24%48.24%-
XYZ4.932.3218.93-
YUV35.42177.43136.97-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.23%
GREEN value IS 12 (5.08% from 255) = 6.56%
BLUE value IS 123 (48.44% from 255) = 67.21%
R=26.23%
G=6.56%
B=67.21%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal48121230.610.9000.52259.4682.2226.47
Hex30C7B3D5A034103521a
Octal60141737513206440312232
Binary1100001100111101111110110110100110100100000011101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300c7b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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