#300B6A

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

Shades of Persian Indigo #300B6A

Tints of Persian Indigo #300B6A

Color information

#300B6A (or 0x300B6A) is unknown color: approx Persian Indigo. HEX triplet: 30, 0B and 6A. RGB value is (48,11,106). Sum of RGB (Red+Green+Blue) = 48+11+106=165 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.09% from 165); Green value is 11 (4.69% from 255 or 6.67% from 165); Blue value is 106 (41.80% from 255 or 64.24% from 165); Max value from RGB is 106 - color contains mainly: blue. Hex color #300B6A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300B6A is #CFF495. Grayscale: #202020. Windows color (decimal): -13628566 or 6949680. OLE color: 6949680.

HSL color Cylindrical-coordinate representation of color #300B6A: hue angle of 263.37º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #300B6A is Cyan = 0.55, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4811106-
CMYK0.550.9000.58
HSL263.37º81.2%22.94%-
HSV(B)263.37º89.62%41.57%-
XYZ3.941.9113.8-
YUV32.89169.26138.78-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.09%
GREEN value IS 11 (4.69% from 255) = 6.67%
BLUE value IS 106 (41.80% from 255) = 64.24%
R=29.09%
G=6.67%
B=64.24%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal48111060.550.9000.58263.3781.222.94
Hex30B6A375A03A1075117
Octal60131526713207240712127
Binary1100001011110101011011110110100111010100000111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,11,106); }

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

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

 a { background-color: rgb(48,11,106); }

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

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

 span { border-color: rgb(48,11,106); }

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