Html Css Color HEX #3D0DDD Han Purple

📋 copy color: '#3D0DDD'

red 61 ◦ green 13 ◦ blue 221

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

Shades of Han Purple #3D0DDD

Tints of Han Purple #3D0DDD

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.41%

 BLUE value IS 221 (86.72% from 255) = 74.92%

R = 20.68%
G = 4.41%
B = 74.92%

CMYK

 C value IS 0.72

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3D0DDD (or 0x3D0DDD) is known color: Han Purple. HEX triplet: 3D, 0D and DD. RGB value is (61,13,221). Sum of RGB (Red+Green+Blue) = 61+13+221=295 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.68% from 295); Green value is 13 (5.47% from 255 or 4.41% from 295); Blue value is 221 (86.72% from 255 or 74.92% from 295); Max value from RGB is 221 - color contains mainly: blue. Hex color #3D0DDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D0DDD is #C2F222. Grayscale: #323232. Windows color (decimal): -12775971 or 14486845. OLE color: 14486845.

HSL color Cylindrical-coordinate representation of color #3D0DDD: hue angle of 253.85º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3D0DDD is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 61 13 221 -
CMYK 0.72 0.94 0 0.13
HSL 253.85º 0.89% 0.46% -
HSV(B) 253.85º 0.94% 0.87% -
XYZ 15.12 6.5 68.86 -
YUV 51.06 223.9 135.09 -
System Red Green Blue C M Y K H S L
Decimal 61 13 221 0.72 0.94 0 0.13 253.85 0.89 0.46
Hex 3D D DD 48 5E 0 D FE 59 2E
Octal 75 15 335 110 136 0 15 376 131 56
Binary 111101 1101 11011101 1001000 1011110 0 1101 11111110 1011001 101110

Color Harmonies of #3D0DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D0DDD

Black with #3D0DDD

Text Example


Text Example

White with #3D0DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,13,221); }

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

background-color css

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

 a { background-color: rgb(61,13,221); }

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

border-color css

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

 span { border-color: rgb(61,13,221); }

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