#300675

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

Shades of Persian Indigo #300675

Tints of Persian Indigo #300675

Color information

#300675 (or 0x300675) is unknown color: approx Persian Indigo. HEX triplet: 30, 06 and 75. RGB value is (48,6,117). Sum of RGB (Red+Green+Blue) = 48+6+117=171 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.07% from 171); Green value is 6 (2.73% from 255 or 3.51% from 171); Blue value is 117 (46.09% from 255 or 68.42% from 171); Max value from RGB is 117 - color contains mainly: blue. Hex color #300675 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300675 is #CFF98A. Grayscale: #1E1E1E. Windows color (decimal): -13629835 or 7669296. OLE color: 7669296.

HSL color Cylindrical-coordinate representation of color #300675: hue angle of 262.7º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #300675 is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB486117-
CMYK0.590.9500.54
HSL262.7º90.24%24.12%-
HSV(B)262.7º94.87%45.88%-
XYZ4.492.0416.99-
YUV31.21176.41139.97-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.07%
GREEN value IS 6 (2.73% from 255) = 3.51%
BLUE value IS 117 (46.09% from 255) = 68.42%
R=28.07%
G=3.51%
B=68.42%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4861170.590.9500.54262.790.2424.12
Hex306753B5F0361075a18
Octal6061657313706640713230
Binary110000110111010111101110111110110110100000111101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300675; }

 p { color: rgb(48,6,117); }

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

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

 a { background-color: rgb(48,6,117); }

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

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

 span { border-color: rgb(48,6,117); }

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