Html Css Color HEX #2A2EE1 Persian Blue

📋 copy color: '#2A2EE1'

red 42 ◦ green 46 ◦ blue 225

#2A2EE1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #2A2EE1

Tints of Persian Blue #2A2EE1

RGB

 RED value IS 42 (16.8% from 255) = 13.42%

 GREEN value IS 46 (18.36% from 255) = 14.7%

 BLUE value IS 225 (88.28% from 255) = 71.88%

R = 13.42%
G = 14.7%
B = 71.88%

CMYK

 C value IS 0.81

 M value IS 0.80

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#2A2EE1 (or 0x2A2EE1) is known color: Persian Blue. HEX triplet: 2A, 2E and E1. RGB value is (42,46,225). Sum of RGB (Red+Green+Blue) = 42+46+225=313 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.42% from 313); Green value is 46 (18.36% from 255 or 14.70% from 313); Blue value is 225 (88.28% from 255 or 71.88% from 313); Max value from RGB is 225 - color contains mainly: blue. Hex color #2A2EE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A2EE1 is #D5D11E. Grayscale: #404040. Windows color (decimal): -14012703 or 14757418. OLE color: 14757418.

HSL color Cylindrical-coordinate representation of color #2A2EE1: hue angle of 238.69º 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 #2A2EE1 is Cyan = 0.81, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 42 46 225 -
CMYK 0.81 0.80 0 0.12
HSL 238.69º 0.75% 0.52% -
HSV(B) 238.69º 0.81% 0.88% -
XYZ 15.52 7.88 71.94 -
YUV 65.21 218.17 111.45 -
System Red Green Blue C M Y K H S L
Decimal 42 46 225 0.81 0.80 0 0.12 238.69 0.75 0.52
Hex 2A 2E E1 51 50 0 C EF 4B 34
Octal 52 56 341 121 120 0 14 357 113 64
Binary 101010 101110 11100001 1010001 1010000 0 1100 11101111 1001011 110100

Color Harmonies of #2A2EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A2EE1

Black with #2A2EE1

Text Example


Text Example

White with #2A2EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2A2EE1;
 }
 .AnyTagClassName
 {
   color: #2A2EE1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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