#300473

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

Shades of Persian Indigo #300473

Tints of Persian Indigo #300473

Color information

#300473 (or 0x300473) is unknown color: approx Persian Indigo. HEX triplet: 30, 04 and 73. RGB value is (48,4,115). Sum of RGB (Red+Green+Blue) = 48+4+115=167 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.74% from 167); Green value is 4 (1.95% from 255 or 2.40% from 167); Blue value is 115 (45.31% from 255 or 68.86% from 167); Max value from RGB is 115 - color contains mainly: blue. Hex color #300473 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300473 is #CFFB8C. Grayscale: #1D1D1D. Windows color (decimal): -13630349 or 7537712. OLE color: 7537712.

HSL color Cylindrical-coordinate representation of color #300473: hue angle of 263.78º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #300473 is Cyan = 0.58, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB484115-
CMYK0.580.9700.55
HSL263.78º93.28%23.33%-
HSV(B)263.78º96.52%45.1%-
XYZ4.361.9516.37-
YUV29.81176.08140.97-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.74%
GREEN value IS 4 (1.95% from 255) = 2.40%
BLUE value IS 115 (45.31% from 255) = 68.86%
R=28.74%
G=2.40%
B=68.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4841150.580.9700.55263.7893.2823.33
Hex304733A610371085d17
Octal6041637214106741013527
Binary110000100111001111101011000010110111100001000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300473; }

 p { color: rgb(48,4,115); }

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

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

 a { background-color: rgb(48,4,115); }

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

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

 span { border-color: rgb(48,4,115); }

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