#301B8A

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

Shades of Persian Indigo #301B8A

Tints of Persian Indigo #301B8A

Color information

#301B8A (or 0x301B8A) is unknown color: approx Persian Indigo. HEX triplet: 30, 1B and 8A. RGB value is (48,27,138). Sum of RGB (Red+Green+Blue) = 48+27+138=213 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.54% from 213); Green value is 27 (10.94% from 255 or 12.68% from 213); Blue value is 138 (54.30% from 255 or 64.79% from 213); Max value from RGB is 138 - color contains mainly: blue. Hex color #301B8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #301B8A is #CFE475. Grayscale: #2D2D2D. Windows color (decimal): -13624438 or 9050928. OLE color: 9050928.

HSL color Cylindrical-coordinate representation of color #301B8A: hue angle of 251.35º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #301B8A is Cyan = 0.65, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4827138-
CMYK0.650.8000.46
HSL251.35º67.27%32.35%-
HSV(B)251.35º80.43%54.12%-
XYZ6.23.2524.34-
YUV45.93179.96129.47-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.54%
GREEN value IS 27 (10.94% from 255) = 12.68%
BLUE value IS 138 (54.30% from 255) = 64.79%
R=22.54%
G=12.68%
B=64.79%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal48271380.650.8000.46251.3567.2732.35
Hex301B8A415002Efb4320
Octal603321210112005637310340
Binary1100001101110001010100000110100000101110111110111000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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