#301ABE

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

Shades of Persian Blue #301ABE

Tints of Persian Blue #301ABE

Color information

#301ABE (or 0x301ABE) is unknown color: approx Persian Blue. HEX triplet: 30, 1A and BE. RGB value is (48,26,190). Sum of RGB (Red+Green+Blue) = 48+26+190=264 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.18% from 264); Green value is 26 (10.55% from 255 or 9.85% from 264); Blue value is 190 (74.61% from 255 or 71.97% from 264); Max value from RGB is 190 - color contains mainly: blue. Hex color #301ABE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301ABE is #CFE541. Grayscale: #323232. Windows color (decimal): -13624642 or 12458544. OLE color: 12458544.

HSL color Cylindrical-coordinate representation of color #301ABE: hue angle of 248.05º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #301ABE is Cyan = 0.75, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4826190-
CMYK0.750.8600.25
HSL248.05º75.93%42.35%-
HSV(B)248.05º86.32%74.51%-
XYZ10.885.0849.12-
YUV51.27206.29125.66-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.18%
GREEN value IS 26 (10.55% from 255) = 9.85%
BLUE value IS 190 (74.61% from 255) = 71.97%
R=18.18%
G=9.85%
B=71.97%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal48261900.750.8600.25248.0575.9342.35
Hex301ABE4B56019f84c2a
Octal603227611312603137011452
Binary110000110101011111010010111010110011001111110001001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,26,190); }

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

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

 a { background-color: rgb(48,26,190); }

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

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

 span { border-color: rgb(48,26,190); }

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