Html Css Color HEX #2D01EE Han Purple

📋 copy color: '#2D01EE'

red 45 ◦ green 1 ◦ blue 238

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

Shades of Han Purple #2D01EE

Tints of Han Purple #2D01EE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

 BLUE value IS 238 (93.36% from 255) = 83.8%

R = 15.85%
G = 0.35%
B = 83.8%

CMYK

 C value IS 0.81

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2D01EE (or 0x2D01EE) is known color: Han Purple. HEX triplet: 2D, 01 and EE. RGB value is (45,1,238). Sum of RGB (Red+Green+Blue) = 45+1+238=284 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.85% from 284); Green value is 1 (0.78% from 255 or 0.35% from 284); Blue value is 238 (93.36% from 255 or 83.80% from 284); Max value from RGB is 238 - color contains mainly: blue. Hex color #2D01EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2D01EE is #D2FE11. Grayscale: #282828. Windows color (decimal): -13827602 or 15597869. OLE color: 15597869.

HSL color Cylindrical-coordinate representation of color #2D01EE: hue angle of 251.14º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2D01EE is Cyan = 0.81, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 45 1 238 -
CMYK 0.81 1.00 0 0.07
HSL 251.14º 0.99% 0.47% -
HSV(B) 251.14º 1% 0.93% -
XYZ 16.53 6.75 81.32 -
YUV 41.17 239.08 130.73 -
System Red Green Blue C M Y K H S L
Decimal 45 1 238 0.81 1.00 0 0.07 251.14 0.99 0.47
Hex 2D 1 EE 51 64 0 7 FB 63 2F
Octal 55 1 356 121 144 0 7 373 143 57
Binary 101101 1 11101110 1010001 1100100 0 111 11111011 1100011 101111

Color Harmonies of #2D01EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D01EE

Black with #2D01EE

Text Example


Text Example

White with #2D01EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,1,238); }

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

background-color css

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

 a { background-color: rgb(45,1,238); }

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

border-color css

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

 span { border-color: rgb(45,1,238); }

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