Html Css Color HEX #3D29DB Han Purple

📋 copy color: '#3D29DB'

red 61 ◦ green 41 ◦ blue 219

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

Shades of Han Purple #3D29DB

Tints of Han Purple #3D29DB

RGB

 RED value IS 61 (24.22% from 255) = 19%

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

 BLUE value IS 219 (85.94% from 255) = 68.22%

R = 19%
G = 12.77%
B = 68.22%

CMYK

 C value IS 0.72

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3D29DB (or 0x3D29DB) is known color: Han Purple. HEX triplet: 3D, 29 and DB. RGB value is (61,41,219). Sum of RGB (Red+Green+Blue) = 61+41+219=321 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.00% from 321); Green value is 41 (16.41% from 255 or 12.77% from 321); Blue value is 219 (85.94% from 255 or 68.22% from 321); Max value from RGB is 219 - color contains mainly: blue. Hex color #3D29DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D29DB is #C2D624. Grayscale: #424242. Windows color (decimal): -12768805 or 14362941. OLE color: 14362941.

HSL color Cylindrical-coordinate representation of color #3D29DB: hue angle of 246.74º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3D29DB is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 61 41 219 -
CMYK 0.72 0.81 0 0.14
HSL 246.74º 0.71% 0.51% -
HSV(B) 246.74º 0.81% 0.86% -
XYZ 15.5 7.69 67.69 -
YUV 67.27 213.63 123.53 -
System Red Green Blue C M Y K H S L
Decimal 61 41 219 0.72 0.81 0 0.14 246.74 0.71 0.51
Hex 3D 29 DB 48 51 0 E F7 47 33
Octal 75 51 333 110 121 0 16 367 107 63
Binary 111101 101001 11011011 1001000 1010001 0 1110 11110111 1000111 110011

Color Harmonies of #3D29DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D29DB

Black with #3D29DB

Text Example


Text Example

White with #3D29DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3D29DB; }

 p { color: rgb(61,41,219); }

 H1.HeaderClassName
 {
   color: #3D29DB;
 }
 .AnyTagClassName
 {
   color: #3D29DB;
 }
</style>

background-color css

<style>
 a { background-color: #3D29DB; }

 a { background-color: rgb(61,41,219); }

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

border-color css

<style>
 span { border-color: #3D29DB; }

 span { border-color: rgb(61,41,219); }

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