Html Css Color HEX #3A0DDD Han Purple

📋 copy color: '#3A0DDD'

red 58 ◦ green 13 ◦ blue 221

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

Shades of Han Purple #3A0DDD

Tints of Han Purple #3A0DDD

RGB

 RED value IS 58 (23.05% from 255) = 19.86%

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

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

R = 19.86%
G = 4.45%
B = 75.68%

CMYK

 C value IS 0.74

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3A0DDD (or 0x3A0DDD) is known color: Han Purple. HEX triplet: 3A, 0D and DD. RGB value is (58,13,221). Sum of RGB (Red+Green+Blue) = 58+13+221=292 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.86% from 292); Green value is 13 (5.47% from 255 or 4.45% from 292); Blue value is 221 (86.72% from 255 or 75.68% from 292); Max value from RGB is 221 - color contains mainly: blue. Hex color #3A0DDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A0DDD is #C5F222. Grayscale: #313131. Windows color (decimal): -12972579 or 14486842. OLE color: 14486842.

HSL color Cylindrical-coordinate representation of color #3A0DDD: hue angle of 252.98º 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 #3A0DDD is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 58 13 221 -
CMYK 0.74 0.94 0 0.13
HSL 252.98º 0.89% 0.46% -
HSV(B) 252.98º 0.94% 0.87% -
XYZ 14.94 6.41 68.86 -
YUV 50.17 224.41 133.59 -
System Red Green Blue C M Y K H S L
Decimal 58 13 221 0.74 0.94 0 0.13 252.98 0.89 0.46
Hex 3A D DD 4A 5E 0 D FD 59 2E
Octal 72 15 335 112 136 0 15 375 131 56
Binary 111010 1101 11011101 1001010 1011110 0 1101 11111101 1011001 101110

Color Harmonies of #3A0DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0DDD

Black with #3A0DDD

Text Example


Text Example

White with #3A0DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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