Html Css Color HEX #2E2ADD Persian Blue

📋 copy color: '#2E2ADD'

red 46 ◦ green 42 ◦ blue 221

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

Shades of Persian Blue #2E2ADD

Tints of Persian Blue #2E2ADD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.59%

 BLUE value IS 221 (86.72% from 255) = 71.52%

R = 14.89%
G = 13.59%
B = 71.52%

CMYK

 C value IS 0.79

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2E2ADD (or 0x2E2ADD) is known color: Persian Blue. HEX triplet: 2E, 2A and DD. RGB value is (46,42,221). Sum of RGB (Red+Green+Blue) = 46+42+221=309 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.89% from 309); Green value is 42 (16.80% from 255 or 13.59% from 309); Blue value is 221 (86.72% from 255 or 71.52% from 309); Max value from RGB is 221 - color contains mainly: blue. Hex color #2E2ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E2ADD is #D1D522. Grayscale: #3E3E3E. Windows color (decimal): -13751587 or 14494254. OLE color: 14494254.

HSL color Cylindrical-coordinate representation of color #2E2ADD: hue angle of 241.34º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E2ADD is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 46 42 221 -
CMYK 0.79 0.81 0 0.13
HSL 241.34º 0.72% 0.52% -
HSV(B) 241.34º 0.81% 0.87% -
XYZ 15.01 7.46 69.06 -
YUV 63.6 216.83 115.45 -
System Red Green Blue C M Y K H S L
Decimal 46 42 221 0.79 0.81 0 0.13 241.34 0.72 0.52
Hex 2E 2A DD 4F 51 0 D F1 48 34
Octal 56 52 335 117 121 0 15 361 110 64
Binary 101110 101010 11011101 1001111 1010001 0 1101 11110001 1001000 110100

Color Harmonies of #2E2ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2ADD

Black with #2E2ADD

Text Example


Text Example

White with #2E2ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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