#300072

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

Shades of Persian Indigo #300072

Tints of Persian Indigo #300072

Color information

#300072 (or 0x300072) is unknown color: approx Persian Indigo. HEX triplet: 30, 00 and 72. RGB value is (48,0,114). Sum of RGB (Red+Green+Blue) = 48+0+114=162 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.63% from 162); Green value is 0 (0.39% from 255 or 0% from 162); Blue value is 114 (44.92% from 255 or 70.37% from 162); Max value from RGB is 114 - color contains mainly: blue. Hex color #300072 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300072 is #CFFF8D. Grayscale: #1A1A1A. Windows color (decimal): -13631374 or 7471152. OLE color: 7471152.

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

Color convert

RGB480114-
CMYK0.58100.55
HSL265.26º100%22.35%-
HSV(B)265.26º100%44.71%-
XYZ4.261.8416.05-
YUV27.35176.9142.73-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.63%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 114 (44.92% from 255) = 70.37%
R=29.63%
G=0%
B=70.37%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4801140.58100.55265.2610022.35
Hex300723A640371096416
Octal6001627214406741114426
Binary1100000111001011101011001000110111100001001110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300072; }

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

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

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

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

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

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

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

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