#2A15BF

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

Shades of Persian Blue #2A15BF

Tints of Persian Blue #2A15BF

Color information

#2A15BF (or 0x2A15BF) is unknown color: approx Persian Blue. HEX triplet: 2A, 15 and BF. RGB value is (42,21,191). Sum of RGB (Red+Green+Blue) = 42+21+191=254 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.54% from 254); Green value is 21 (8.59% from 255 or 8.27% from 254); Blue value is 191 (75% from 255 or 75.20% from 254); Max value from RGB is 191 - color contains mainly: blue. Hex color #2A15BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A15BF is #D5EA40. Grayscale: #2E2E2E. Windows color (decimal): -14019137 or 12522794. OLE color: 12522794.

HSL color Cylindrical-coordinate representation of color #2A15BF: hue angle of 247.41º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2A15BF is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4221191-
CMYK0.780.8900.25
HSL247.41º80.19%41.57%-
HSV(B)247.41º89.01%74.9%-
XYZ10.634.7949.65-
YUV46.66209.46124.68-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.54%
GREEN value IS 21 (8.59% from 255) = 8.27%
BLUE value IS 191 (75% from 255) = 75.20%
R=16.54%
G=8.27%
B=75.20%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal42211910.780.8900.25247.4180.1941.57
Hex2A15BF4E59019f7502a
Octal522527711613103136712052
Binary101010101011011111110011101011001011001111101111010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A15BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A15BF; }

 p { color: rgb(42,21,191); }

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

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

 a { background-color: rgb(42,21,191); }

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

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

 span { border-color: rgb(42,21,191); }

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