#300C67

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

Shades of Persian Indigo #300C67

Tints of Persian Indigo #300C67

Color information

#300C67 (or 0x300C67) is unknown color: approx Persian Indigo. HEX triplet: 30, 0C and 67. RGB value is (48,12,103). Sum of RGB (Red+Green+Blue) = 48+12+103=163 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.45% from 163); Green value is 12 (5.08% from 255 or 7.36% from 163); Blue value is 103 (40.62% from 255 or 63.19% from 163); Max value from RGB is 103 - color contains mainly: blue. Hex color #300C67 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300C67 is #CFF398. Grayscale: #202020. Windows color (decimal): -13628313 or 6753328. OLE color: 6753328.

HSL color Cylindrical-coordinate representation of color #300C67: hue angle of 263.74º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #300C67 is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4812103-
CMYK0.530.8800.60
HSL263.74º79.13%22.55%-
HSV(B)263.74º88.35%40.39%-
XYZ3.81.8712.99-
YUV33.14167.43138.6-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.45%
GREEN value IS 12 (5.08% from 255) = 7.36%
BLUE value IS 103 (40.62% from 255) = 63.19%
R=29.45%
G=7.36%
B=63.19%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal48121030.530.8800.60263.7479.1322.55
Hex30C67355803C1084f17
Octal60141476513007441011727
Binary1100001100110011111010110110000111100100001000100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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