Html Css Color HEX #2E27DD Persian Blue

📋 copy color: '#2E27DD'

red 46 ◦ green 39 ◦ blue 221

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

Shades of Persian Blue #2E27DD

Tints of Persian Blue #2E27DD

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.75%

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

R = 15.03%
G = 12.75%
B = 72.22%

CMYK

 C value IS 0.79

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2E27DD (or 0x2E27DD) is known color: Persian Blue. HEX triplet: 2E, 27 and DD. RGB value is (46,39,221). Sum of RGB (Red+Green+Blue) = 46+39+221=306 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.03% from 306); Green value is 39 (15.62% from 255 or 12.75% from 306); Blue value is 221 (86.72% from 255 or 72.22% from 306); Max value from RGB is 221 - color contains mainly: blue. Hex color #2E27DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E27DD is #D1D822. Grayscale: #3D3D3D. Windows color (decimal): -13752355 or 14493486. OLE color: 14493486.

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

Color convert

RGB 46 39 221 -
CMYK 0.79 0.82 0 0.13
HSL 242.31º 0.73% 0.51% -
HSV(B) 242.31º 0.82% 0.87% -
XYZ 14.9 7.25 69.02 -
YUV 61.84 217.82 116.7 -
System Red Green Blue C M Y K H S L
Decimal 46 39 221 0.79 0.82 0 0.13 242.31 0.73 0.51
Hex 2E 27 DD 4F 52 0 D F2 49 33
Octal 56 47 335 117 122 0 15 362 111 63
Binary 101110 100111 11011101 1001111 1010010 0 1101 11110010 1001001 110011

Color Harmonies of #2E27DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E27DD

Black with #2E27DD

Text Example


Text Example

White with #2E27DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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