#300878

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

Shades of Persian Indigo #300878

Tints of Persian Indigo #300878

Color information

#300878 (or 0x300878) is unknown color: approx Persian Indigo. HEX triplet: 30, 08 and 78. RGB value is (48,8,120). Sum of RGB (Red+Green+Blue) = 48+8+120=176 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.27% from 176); Green value is 8 (3.52% from 255 or 4.55% from 176); Blue value is 120 (47.27% from 255 or 68.18% from 176); Max value from RGB is 120 - color contains mainly: blue. Hex color #300878 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300878 is #CFF787. Grayscale: #202020. Windows color (decimal): -13629320 or 7866416. OLE color: 7866416.

HSL color Cylindrical-coordinate representation of color #300878: hue angle of 261.43º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #300878 is Cyan = 0.60, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB488120-
CMYK0.600.9300.53
HSL261.43º87.5%25.1%-
HSV(B)261.43º93.33%47.06%-
XYZ4.72.1617.94-
YUV32.73177.25138.89-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.27%
GREEN value IS 8 (3.52% from 255) = 4.55%
BLUE value IS 120 (47.27% from 255) = 68.18%
R=27.27%
G=4.55%
B=68.18%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4881200.600.9300.53261.4387.525.1
Hex308783C5D0351055819
Octal60101707413506540513031
Binary1100001000111100011110010111010110101100000101101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300878; }

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

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

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

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

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

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

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

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