Html Css Color HEX #2D02E1 Han Purple

📋 copy color: '#2D02E1'

red 45 ◦ green 2 ◦ blue 225

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

Shades of Han Purple #2D02E1

Tints of Han Purple #2D02E1

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.74%

 BLUE value IS 225 (88.28% from 255) = 82.72%

R = 16.54%
G = 0.74%
B = 82.72%

CMYK

 C value IS 0.8

 M value IS 0.99

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#2D02E1 (or 0x2D02E1) is known color: Han Purple. HEX triplet: 2D, 02 and E1. RGB value is (45,2,225). Sum of RGB (Red+Green+Blue) = 45+2+225=272 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.54% from 272); Green value is 2 (1.17% from 255 or 0.74% from 272); Blue value is 225 (88.28% from 255 or 82.72% from 272); Max value from RGB is 225 - color contains mainly: blue. Hex color #2D02E1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D02E1 is #D2FD1E. Grayscale: #272727. Windows color (decimal): -13827359 or 14746157. OLE color: 14746157.

HSL color Cylindrical-coordinate representation of color #2D02E1: hue angle of 251.57º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2D02E1 is Cyan = 0.8, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 45 2 225 -
CMYK 0.8 0.99 0 0.12
HSL 251.57º 0.98% 0.45% -
HSV(B) 251.57º 0.99% 0.88% -
XYZ 14.69 6.04 71.63 -
YUV 40.28 232.25 131.37 -
System Red Green Blue C M Y K H S L
Decimal 45 2 225 0.8 0.99 0 0.12 251.57 0.98 0.45
Hex 2D 2 E1 50 63 0 C FC 62 2D
Octal 55 2 341 120 143 0 14 374 142 55
Binary 101101 10 11100001 1010000 1100011 0 1100 11111100 1100010 101101

Color Harmonies of #2D02E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D02E1

Black with #2D02E1

Text Example


Text Example

White with #2D02E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,2,225); }

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

background-color css

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

 a { background-color: rgb(45,2,225); }

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

border-color css

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

 span { border-color: rgb(45,2,225); }

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