#301B83

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

Shades of Persian Indigo #301B83

Tints of Persian Indigo #301B83

Color information

#301B83 (or 0x301B83) is unknown color: approx Persian Indigo. HEX triplet: 30, 1B and 83. RGB value is (48,27,131). Sum of RGB (Red+Green+Blue) = 48+27+131=206 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.30% from 206); Green value is 27 (10.94% from 255 or 13.11% from 206); Blue value is 131 (51.56% from 255 or 63.59% from 206); Max value from RGB is 131 - color contains mainly: blue. Hex color #301B83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #301B83 is #CFE47C. Grayscale: #2C2C2C. Windows color (decimal): -13624445 or 8592176. OLE color: 8592176.

HSL color Cylindrical-coordinate representation of color #301B83: hue angle of 252.12º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #301B83 is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4827131-
CMYK0.630.7900.49
HSL252.12º65.82%30.98%-
HSV(B)252.12º79.39%51.37%-
XYZ5.713.0521.76-
YUV45.14176.46130.04-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.30%
GREEN value IS 27 (10.94% from 255) = 13.11%
BLUE value IS 131 (51.56% from 255) = 63.59%
R=23.30%
G=13.11%
B=63.59%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal48271310.630.7900.49252.1265.8230.98
Hex301B833F4F031fc421f
Octal60332037711706137410237
Binary11000011011100000111111111001111011000111111100100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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