#300078

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

Shades of Persian Indigo #300078

Tints of Persian Indigo #300078

Color information

#300078 (or 0x300078) is unknown color: approx Persian Indigo. HEX triplet: 30, 00 and 78. RGB value is (48,0,120). Sum of RGB (Red+Green+Blue) = 48+0+120=168 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.57% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 120 (47.27% from 255 or 71.43% from 168); Max value from RGB is 120 - color contains mainly: blue. Hex color #300078 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300078 is #CFFF87. Grayscale: #1B1B1B. Windows color (decimal): -13631368 or 7864368. OLE color: 7864368.

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

Color convert

RGB480120-
CMYK0.60100.53
HSL264º100%23.53%-
HSV(B)264º100%47.06%-
XYZ4.611.9817.91-
YUV28.03179.9142.24-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.57%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 120 (47.27% from 255) = 71.43%
R=28.57%
G=0%
B=71.43%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4801200.60100.5326410023.53
Hex300783C640351086418
Octal6001707414406541014430
Binary1100000111100011110011001000110101100001000110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300078; }

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

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

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

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

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

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

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

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