Html Css Color HEX #2E07DD Han Purple

📋 copy color: '#2E07DD'

red 46 ◦ green 7 ◦ blue 221

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

Shades of Han Purple #2E07DD

Tints of Han Purple #2E07DD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.55%

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

R = 16.79%
G = 2.55%
B = 80.66%

CMYK

 C value IS 0.79

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2E07DD (or 0x2E07DD) is known color: Han Purple. HEX triplet: 2E, 07 and DD. RGB value is (46,7,221). Sum of RGB (Red+Green+Blue) = 46+7+221=274 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.79% from 274); Green value is 7 (3.12% from 255 or 2.55% from 274); Blue value is 221 (86.72% from 255 or 80.66% from 274); Max value from RGB is 221 - color contains mainly: blue. Hex color #2E07DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E07DD is #D1F822. Grayscale: #2A2A2A. Windows color (decimal): -13760547 or 14485294. OLE color: 14485294.

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

Color convert

RGB 46 7 221 -
CMYK 0.79 0.97 0 0.13
HSL 250.93º 0.94% 0.45% -
HSV(B) 250.93º 0.97% 0.87% -
XYZ 14.25 5.95 68.8 -
YUV 43.06 228.42 130.1 -
System Red Green Blue C M Y K H S L
Decimal 46 7 221 0.79 0.97 0 0.13 250.93 0.94 0.45
Hex 2E 7 DD 4F 61 0 D FB 5E 2D
Octal 56 7 335 117 141 0 15 373 136 55
Binary 101110 111 11011101 1001111 1100001 0 1101 11111011 1011110 101101

Color Harmonies of #2E07DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E07DD

Black with #2E07DD

Text Example


Text Example

White with #2E07DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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