Html Css Color HEX #2D29EF Han Purple

📋 copy color: '#2D29EF'

red 45 ◦ green 41 ◦ blue 239

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

Shades of Han Purple #2D29EF

Tints of Han Purple #2D29EF

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.62%

 BLUE value IS 239 (93.75% from 255) = 73.54%

R = 13.85%
G = 12.62%
B = 73.54%

CMYK

 C value IS 0.81

 M value IS 0.83

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2D29EF (or 0x2D29EF) is known color: Han Purple. HEX triplet: 2D, 29 and EF. RGB value is (45,41,239). Sum of RGB (Red+Green+Blue) = 45+41+239=325 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.85% from 325); Green value is 41 (16.41% from 255 or 12.62% from 325); Blue value is 239 (93.75% from 255 or 73.54% from 325); Max value from RGB is 239 - color contains mainly: blue. Hex color #2D29EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2D29EF is #D2D610. Grayscale: #3F3F3F. Windows color (decimal): -13817361 or 15673645. OLE color: 15673645.

HSL color Cylindrical-coordinate representation of color #2D29EF: hue angle of 241.21º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2D29EF is Cyan = 0.81, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 45 41 239 -
CMYK 0.81 0.83 0 0.06
HSL 241.21º 0.86% 0.55% -
HSV(B) 241.21º 0.83% 0.94% -
XYZ 17.46 8.38 82.36 -
YUV 64.77 226.33 113.9 -
System Red Green Blue C M Y K H S L
Decimal 45 41 239 0.81 0.83 0 0.06 241.21 0.86 0.55
Hex 2D 29 EF 51 53 0 6 F1 56 37
Octal 55 51 357 121 123 0 6 361 126 67
Binary 101101 101001 11101111 1010001 1010011 0 110 11110001 1010110 110111

Color Harmonies of #2D29EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D29EF

Black with #2D29EF

Text Example


Text Example

White with #2D29EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,41,239); }

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

background-color css

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

 a { background-color: rgb(45,41,239); }

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

border-color css

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

 span { border-color: rgb(45,41,239); }

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