Html Css Color HEX #2D19DF Han Purple

📋 copy color: '#2D19DF'

red 45 ◦ green 25 ◦ blue 223

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

Shades of Han Purple #2D19DF

Tints of Han Purple #2D19DF

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.53%

 BLUE value IS 223 (87.5% from 255) = 76.11%

R = 15.36%
G = 8.53%
B = 76.11%

CMYK

 C value IS 0.80

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2D19DF (or 0x2D19DF) is known color: Han Purple. HEX triplet: 2D, 19 and DF. RGB value is (45,25,223). Sum of RGB (Red+Green+Blue) = 45+25+223=293 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.36% from 293); Green value is 25 (10.16% from 255 or 8.53% from 293); Blue value is 223 (87.5% from 255 or 76.11% from 293); Max value from RGB is 223 - color contains mainly: blue. Hex color #2D19DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D19DF is #D2E620. Grayscale: #343434. Windows color (decimal): -13821473 or 14620973. OLE color: 14620973.

HSL color Cylindrical-coordinate representation of color #2D19DF: hue angle of 246.06º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2D19DF is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 45 25 223 -
CMYK 0.80 0.89 0 0.13
HSL 246.06º 0.8% 0.49% -
HSV(B) 246.06º 0.89% 0.87% -
XYZ 14.75 6.58 70.3 -
YUV 53.55 223.63 121.9 -
System Red Green Blue C M Y K H S L
Decimal 45 25 223 0.80 0.89 0 0.13 246.06 0.8 0.49
Hex 2D 19 DF 50 59 0 D F6 50 31
Octal 55 31 337 120 131 0 15 366 120 61
Binary 101101 11001 11011111 1010000 1011001 0 1101 11110110 1010000 110001

Color Harmonies of #2D19DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D19DF

Black with #2D19DF

Text Example


Text Example

White with #2D19DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,25,223); }

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

background-color css

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

 a { background-color: rgb(45,25,223); }

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

border-color css

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

 span { border-color: rgb(45,25,223); }

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