#301B72

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

Shades of Persian Indigo #301B72

Tints of Persian Indigo #301B72

Color information

#301B72 (or 0x301B72) is unknown color: approx Persian Indigo. HEX triplet: 30, 1B and 72. RGB value is (48,27,114). Sum of RGB (Red+Green+Blue) = 48+27+114=189 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.40% from 189); Green value is 27 (10.94% from 255 or 14.29% from 189); Blue value is 114 (44.92% from 255 or 60.32% from 189); Max value from RGB is 114 - color contains mainly: blue. Hex color #301B72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301B72 is #CFE48D. Grayscale: #2A2A2A. Windows color (decimal): -13624462 or 7478064. OLE color: 7478064.

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

Color convert

RGB4827114-
CMYK0.580.7600.55
HSL254.48º61.7%27.65%-
HSV(B)254.48º76.32%44.71%-
XYZ4.652.6316.18-
YUV43.2167.96131.43-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.40%
GREEN value IS 27 (10.94% from 255) = 14.29%
BLUE value IS 114 (44.92% from 255) = 60.32%
R=25.40%
G=14.29%
B=60.32%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48271140.580.7600.55254.4861.727.65
Hex301B723A4C037fe3e1c
Octal6033162721140673767634
Binary110000110111110010111010100110001101111111111011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301B72; }

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

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

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

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

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

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

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

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