#2A27BF

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

Shades of Persian Blue #2A27BF

Tints of Persian Blue #2A27BF

Color information

#2A27BF (or 0x2A27BF) is unknown color: approx Persian Blue. HEX triplet: 2A, 27 and BF. RGB value is (42,39,191). Sum of RGB (Red+Green+Blue) = 42+39+191=272 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.44% from 272); Green value is 39 (15.62% from 255 or 14.34% from 272); Blue value is 191 (75% from 255 or 70.22% from 272); Max value from RGB is 191 - color contains mainly: blue. Hex color #2A27BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A27BF is #D5D840. Grayscale: #383838. Windows color (decimal): -14014529 or 12527402. OLE color: 12527402.

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

Color convert

RGB4239191-
CMYK0.780.8000.25
HSL241.18º66.09%45.1%-
HSV(B)241.18º79.58%74.9%-
XYZ11.085.749.81-
YUV57.22203.49117.14-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.44%
GREEN value IS 39 (15.62% from 255) = 14.34%
BLUE value IS 191 (75% from 255) = 70.22%
R=15.44%
G=14.34%
B=70.22%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal42391910.780.8000.25241.1866.0945.1
Hex2A27BF4E50019f1422d
Octal524727711612003136110255
Binary1010101001111011111110011101010000011001111100011000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A27BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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