Html Css Color HEX #2D00EE Han Purple

📋 copy color: '#2D00EE'

red 45 ◦ green 0 ◦ blue 238

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

Shades of Han Purple #2D00EE

Tints of Han Purple #2D00EE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 15.9%
G = 0%
B = 84.1%

CMYK

 C value IS 0.81

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2D00EE (or 0x2D00EE) is known color: Han Purple. HEX triplet: 2D, 00 and EE. RGB value is (45,0,238). Sum of RGB (Red+Green+Blue) = 45+0+238=283 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.90% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 238 (93.36% from 255 or 84.10% from 283); Max value from RGB is 238 - color contains mainly: blue. Hex color #2D00EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2D00EE is #D2FF11. Grayscale: #272727. Windows color (decimal): -13827858 or 15597613. OLE color: 15597613.

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

Color convert

RGB 45 0 238 -
CMYK 0.81 1 0 0.07
HSL 251.34º 1% 0.47% -
HSV(B) 251.34º 1% 0.93% -
XYZ 16.51 6.73 81.32 -
YUV 40.59 239.41 131.15 -
System Red Green Blue C M Y K H S L
Decimal 45 0 238 0.81 1 0 0.07 251.34 1 0.47
Hex 2D 0 EE 51 64 0 7 FB 64 2F
Octal 55 0 356 121 144 0 7 373 144 57
Binary 101101 0 11101110 1010001 1100100 0 111 11111011 1100100 101111

Color Harmonies of #2D00EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D00EE

Black with #2D00EE

Text Example


Text Example

White with #2D00EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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