#300D66

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

Shades of Persian Indigo #300D66

Tints of Persian Indigo #300D66

Color information

#300D66 (or 0x300D66) is unknown color: approx Persian Indigo. HEX triplet: 30, 0D and 66. RGB value is (48,13,102). Sum of RGB (Red+Green+Blue) = 48+13+102=163 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.45% from 163); Green value is 13 (5.47% from 255 or 7.98% from 163); Blue value is 102 (40.23% from 255 or 62.58% from 163); Max value from RGB is 102 - color contains mainly: blue. Hex color #300D66 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300D66 is #CFF299. Grayscale: #212121. Windows color (decimal): -13628058 or 6688048. OLE color: 6688048.

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

Color convert

RGB4813102-
CMYK0.530.8700.6
HSL263.6º77.39%22.55%-
HSV(B)263.6º87.25%40%-
XYZ3.761.8812.73-
YUV33.61166.6138.26-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.45%
GREEN value IS 13 (5.47% from 255) = 7.98%
BLUE value IS 102 (40.23% from 255) = 62.58%
R=29.45%
G=7.98%
B=62.58%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal48131020.530.8700.6263.677.3922.55
Hex30D66355703C1084d17
Octal60151466512707441011527
Binary1100001101110011011010110101110111100100001000100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,13,102); }

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

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

 a { background-color: rgb(48,13,102); }

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

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

 span { border-color: rgb(48,13,102); }

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