#300869

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

Shades of Persian Indigo #300869

Tints of Persian Indigo #300869

Color information

#300869 (or 0x300869) is unknown color: approx Persian Indigo. HEX triplet: 30, 08 and 69. RGB value is (48,8,105). Sum of RGB (Red+Green+Blue) = 48+8+105=161 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.81% from 161); Green value is 8 (3.52% from 255 or 4.97% from 161); Blue value is 105 (41.41% from 255 or 65.22% from 161); Max value from RGB is 105 - color contains mainly: blue. Hex color #300869 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300869 is #CFF796. Grayscale: #1E1E1E. Windows color (decimal): -13629335 or 6883376. OLE color: 6883376.

HSL color Cylindrical-coordinate representation of color #300869: hue angle of 264.74º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #300869 is Cyan = 0.54, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB488105-
CMYK0.540.9200.59
HSL264.74º85.84%22.16%-
HSV(B)264.74º92.38%41.18%-
XYZ3.861.8213.51-
YUV31.02169.75140.11-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.81%
GREEN value IS 8 (3.52% from 255) = 4.97%
BLUE value IS 105 (41.41% from 255) = 65.22%
R=29.81%
G=4.97%
B=65.22%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal4881050.540.9200.59264.7485.8422.16
Hex30869365C03B1095616
Octal60101516613407341112626
Binary1100001000110100111011010111000111011100001001101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300869; }

 p { color: rgb(48,8,105); }

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

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

 a { background-color: rgb(48,8,105); }

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

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

 span { border-color: rgb(48,8,105); }

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