Html Css Color HEX #2C0EDD Han Purple

📋 copy color: '#2C0EDD'

red 44 ◦ green 14 ◦ blue 221

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

Shades of Han Purple #2C0EDD

Tints of Han Purple #2C0EDD

RGB

 RED value IS 44 (17.58% from 255) = 15.77%

 GREEN value IS 14 (5.86% from 255) = 5.02%

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

R = 15.77%
G = 5.02%
B = 79.21%

CMYK

 C value IS 0.80

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2C0EDD (or 0x2C0EDD) is known color: Han Purple. HEX triplet: 2C, 0E and DD. RGB value is (44,14,221). Sum of RGB (Red+Green+Blue) = 44+14+221=279 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.77% from 279); Green value is 14 (5.86% from 255 or 5.02% from 279); Blue value is 221 (86.72% from 255 or 79.21% from 279); Max value from RGB is 221 - color contains mainly: blue. Hex color #2C0EDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C0EDD is #D3F122. Grayscale: #2D2D2D. Windows color (decimal): -13889827 or 14487084. OLE color: 14487084.

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

Color convert

RGB 44 14 221 -
CMYK 0.80 0.94 0 0.13
HSL 248.7º 0.88% 0.46% -
HSV(B) 248.7º 0.94% 0.87% -
XYZ 14.25 6.07 68.83 -
YUV 46.57 226.44 126.17 -
System Red Green Blue C M Y K H S L
Decimal 44 14 221 0.80 0.94 0 0.13 248.7 0.88 0.46
Hex 2C E DD 50 5E 0 D F9 58 2E
Octal 54 16 335 120 136 0 15 371 130 56
Binary 101100 1110 11011101 1010000 1011110 0 1101 11111001 1011000 101110

Color Harmonies of #2C0EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C0EDD

Black with #2C0EDD

Text Example


Text Example

White with #2C0EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,14,221); }

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

background-color css

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

 a { background-color: rgb(44,14,221); }

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

border-color css

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

 span { border-color: rgb(44,14,221); }

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