#2A27C3

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

Shades of Persian Blue #2A27C3

Tints of Persian Blue #2A27C3

Color information

#2A27C3 (or 0x2A27C3) is unknown color: approx Persian Blue. HEX triplet: 2A, 27 and C3. RGB value is (42,39,195). Sum of RGB (Red+Green+Blue) = 42+39+195=276 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.22% from 276); Green value is 39 (15.62% from 255 or 14.13% from 276); Blue value is 195 (76.56% from 255 or 70.65% from 276); Max value from RGB is 195 - color contains mainly: blue. Hex color #2A27C3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A27C3 is #D5D83C. Grayscale: #393939. Windows color (decimal): -14014525 or 12789546. OLE color: 12789546.

HSL color Cylindrical-coordinate representation of color #2A27C3: hue angle of 241.15º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2A27C3 is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB4239195-
CMYK0.780.8000.24
HSL241.15º66.67%45.88%-
HSV(B)241.15º80%76.47%-
XYZ11.535.8852.16-
YUV57.68205.49116.82-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.22%
GREEN value IS 39 (15.62% from 255) = 14.13%
BLUE value IS 195 (76.56% from 255) = 70.65%
R=15.22%
G=14.13%
B=70.65%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal42391950.780.8000.24241.1566.6745.88
Hex2A27C34E50018f1432e
Octal524730311612003036110356
Binary1010101001111100001110011101010000011000111100011000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A27C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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