#300965

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

Shades of Persian Indigo #300965

Tints of Persian Indigo #300965

Color information

#300965 (or 0x300965) is unknown color: approx Persian Indigo. HEX triplet: 30, 09 and 65. RGB value is (48,9,101). Sum of RGB (Red+Green+Blue) = 48+9+101=158 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.38% from 158); Green value is 9 (3.91% from 255 or 5.70% from 158); Blue value is 101 (39.84% from 255 or 63.92% from 158); Max value from RGB is 101 - color contains mainly: blue. Hex color #300965 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300965 is #CFF69A. Grayscale: #1E1E1E. Windows color (decimal): -13629083 or 6621488. OLE color: 6621488.

HSL color Cylindrical-coordinate representation of color #300965: hue angle of 265.43º 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 #300965 is Cyan = 0.52, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB489101-
CMYK0.520.9100.60
HSL265.43º83.64%21.57%-
HSV(B)265.43º91.09%39.61%-
XYZ3.671.7612.46-
YUV31.15167.42140.02-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30.38%
GREEN value IS 9 (3.91% from 255) = 5.70%
BLUE value IS 101 (39.84% from 255) = 63.92%
R=30.38%
G=5.70%
B=63.92%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal4891010.520.9100.60265.4383.6421.57
Hex30965345B03C1095416
Octal60111456413307441112426
Binary1100001001110010111010010110110111100100001001101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300965; }

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

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

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

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

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

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

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

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