Html Css Color HEX #2D1EDD Han Purple

📋 copy color: '#2D1EDD'

red 45 ◦ green 30 ◦ blue 221

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

Shades of Han Purple #2D1EDD

Tints of Han Purple #2D1EDD

RGB

 RED value IS 45 (17.97% from 255) = 15.2%

 GREEN value IS 30 (12.11% from 255) = 10.14%

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

R = 15.2%
G = 10.14%
B = 74.66%

CMYK

 C value IS 0.80

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2D1EDD (or 0x2D1EDD) is known color: Han Purple. HEX triplet: 2D, 1E and DD. RGB value is (45,30,221). Sum of RGB (Red+Green+Blue) = 45+30+221=296 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.20% from 296); Green value is 30 (12.11% from 255 or 10.14% from 296); Blue value is 221 (86.72% from 255 or 74.66% from 296); Max value from RGB is 221 - color contains mainly: blue. Hex color #2D1EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D1EDD is #D2E122. Grayscale: #373737. Windows color (decimal): -13820195 or 14491181. OLE color: 14491181.

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

Color convert

RGB 45 30 221 -
CMYK 0.80 0.86 0 0.13
HSL 244.71º 0.76% 0.49% -
HSV(B) 244.71º 0.86% 0.87% -
XYZ 14.6 6.71 68.93 -
YUV 56.26 220.97 119.97 -
System Red Green Blue C M Y K H S L
Decimal 45 30 221 0.80 0.86 0 0.13 244.71 0.76 0.49
Hex 2D 1E DD 50 56 0 D F5 4C 31
Octal 55 36 335 120 126 0 15 365 114 61
Binary 101101 11110 11011101 1010000 1010110 0 1101 11110101 1001100 110001

Color Harmonies of #2D1EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D1EDD

Black with #2D1EDD

Text Example


Text Example

White with #2D1EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,30,221); }

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

background-color css

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

 a { background-color: rgb(45,30,221); }

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

border-color css

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

 span { border-color: rgb(45,30,221); }

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