Html Css Color HEX #2D1EF6 Han Purple

📋 copy color: '#2D1EF6'

red 45 ◦ green 30 ◦ blue 246

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

Shades of Han Purple #2D1EF6

Tints of Han Purple #2D1EF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 76.64%

R = 14.02%
G = 9.35%
B = 76.64%

CMYK

 C value IS 0.82

 M value IS 0.88

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#2D1EF6 (or 0x2D1EF6) is known color: Han Purple. HEX triplet: 2D, 1E and F6. RGB value is (45,30,246). Sum of RGB (Red+Green+Blue) = 45+30+246=321 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.02% from 321); Green value is 30 (12.11% from 255 or 9.35% from 321); Blue value is 246 (96.48% from 255 or 76.64% from 321); Max value from RGB is 246 - color contains mainly: blue. Hex color #2D1EF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2D1EF6 is #D2E109. Grayscale: #3A3A3A. Windows color (decimal): -13820170 or 16129581. OLE color: 16129581.

HSL color Cylindrical-coordinate representation of color #2D1EF6: hue angle of 244.17º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2D1EF6 is Cyan = 0.82, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 45 30 246 -
CMYK 0.82 0.88 0 0.04
HSL 244.17º 0.92% 0.54% -
HSV(B) 244.17º 0.88% 0.96% -
XYZ 18.18 8.14 87.8 -
YUV 59.11 233.47 117.94 -
System Red Green Blue C M Y K H S L
Decimal 45 30 246 0.82 0.88 0 0.04 244.17 0.92 0.54
Hex 2D 1E F6 52 58 0 4 F4 5C 36
Octal 55 36 366 122 130 0 4 364 134 66
Binary 101101 11110 11110110 1010010 1011000 0 100 11110100 1011100 110110

Color Harmonies of #2D1EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D1EF6

Black with #2D1EF6

Text Example


Text Example

White with #2D1EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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