Html Css Color HEX #2E2BE1 Persian Blue

📋 copy color: '#2E2BE1'

red 46 ◦ green 43 ◦ blue 225

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

Shades of Persian Blue #2E2BE1

Tints of Persian Blue #2E2BE1

RGB

 RED value IS 46 (18.36% from 255) = 14.65%

 GREEN value IS 43 (17.19% from 255) = 13.69%

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

R = 14.65%
G = 13.69%
B = 71.66%

CMYK

 C value IS 0.80

 M value IS 0.81

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#2E2BE1 (or 0x2E2BE1) is known color: Persian Blue. HEX triplet: 2E, 2B and E1. RGB value is (46,43,225). Sum of RGB (Red+Green+Blue) = 46+43+225=314 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.65% from 314); Green value is 43 (17.19% from 255 or 13.69% from 314); Blue value is 225 (88.28% from 255 or 71.66% from 314); Max value from RGB is 225 - color contains mainly: blue. Hex color #2E2BE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E2BE1 is #D1D41E. Grayscale: #3F3F3F. Windows color (decimal): -13751327 or 14756654. OLE color: 14756654.

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

Color convert

RGB 46 43 225 -
CMYK 0.80 0.81 0 0.12
HSL 240.99º 0.75% 0.53% -
HSV(B) 240.99º 0.81% 0.88% -
XYZ 15.58 7.74 71.91 -
YUV 64.65 218.49 114.7 -
System Red Green Blue C M Y K H S L
Decimal 46 43 225 0.80 0.81 0 0.12 240.99 0.75 0.53
Hex 2E 2B E1 50 51 0 C F1 4B 35
Octal 56 53 341 120 121 0 14 361 113 65
Binary 101110 101011 11100001 1010000 1010001 0 1100 11110001 1001011 110101

Color Harmonies of #2E2BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2BE1

Black with #2E2BE1

Text Example


Text Example

White with #2E2BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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