#2a2ce1

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

Shades of Persian Blue #2A2CE1

Tints of Persian Blue #2A2CE1

Color information

#2A2CE1 (or 0x2A2CE1) is unknown color: approx Persian Blue. HEX triplet: 2A, 2C and E1. RGB value is (42,44,225). Sum of RGB (Red+Green+Blue) = 42+44+225=311 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.50% from 311); Green value is 44 (17.58% from 255 or 14.15% from 311); Blue value is 225 (88.28% from 255 or 72.35% from 311); Max value from RGB is 225 - color contains mainly: blue. Hex color #2A2CE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A2CE1 is #D5D31E. Grayscale: #3F3F3F. Windows color (decimal): -14013215 or 14756906. OLE color: 14756906.

HSL color Cylindrical-coordinate representation of color #2A2CE1: hue angle of 239.34º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A2CE1 is Cyan = 0.81, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB4244225-
CMYK0.810.8000.12
HSL239.34º75.31%52.35%-
HSV(B)239.34º81.33%88.24%-
XYZ15.457.7371.91-
YUV64.04218.84112.28-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.50%
GREEN value IS 44 (17.58% from 255) = 14.15%
BLUE value IS 225 (88.28% from 255) = 72.35%
R=13.50%
G=14.15%
B=72.35%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal42442250.810.8000.12239.3475.3152.35
Hex2A2CE151500Cef4b34
Octal525434112112001435711364
Binary101010101100111000011010001101000001100111011111001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2a2ce1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,44,225); }

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

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

 a { background-color: rgb(42,44,225); }

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

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

 span { border-color: rgb(42,44,225); }

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