#300967

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

Shades of Persian Indigo #300967

Tints of Persian Indigo #300967

Color information

#300967 (or 0x300967) is unknown color: approx Persian Indigo. HEX triplet: 30, 09 and 67. RGB value is (48,9,103). Sum of RGB (Red+Green+Blue) = 48+9+103=160 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30% from 160); Green value is 9 (3.91% from 255 or 5.62% from 160); Blue value is 103 (40.62% from 255 or 64.38% from 160); Max value from RGB is 103 - color contains mainly: blue. Hex color #300967 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300967 is #CFF698. Grayscale: #1F1F1F. Windows color (decimal): -13629081 or 6752560. OLE color: 6752560.

HSL color Cylindrical-coordinate representation of color #300967: hue angle of 264.89º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #300967 is Cyan = 0.53, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB489103-
CMYK0.530.9100.60
HSL264.89º83.93%21.96%-
HSV(B)264.89º91.26%40.39%-
XYZ3.761.812.98-
YUV31.38168.42139.86-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30%
GREEN value IS 9 (3.91% from 255) = 5.62%
BLUE value IS 103 (40.62% from 255) = 64.38%
R=30%
G=5.62%
B=64.38%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal4891030.530.9100.60264.8983.9321.96
Hex30967355B03C1095416
Octal60111476513307441112426
Binary1100001001110011111010110110110111100100001001101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300967; }

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

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

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

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

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

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

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

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