Html Css Color HEX #3A1CDD Han Purple

📋 copy color: '#3A1CDD'

red 58 ◦ green 28 ◦ blue 221

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

Shades of Han Purple #3A1CDD

Tints of Han Purple #3A1CDD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.12%

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

R = 18.89%
G = 9.12%
B = 71.99%

CMYK

 C value IS 0.74

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3A1CDD (or 0x3A1CDD) is known color: Han Purple. HEX triplet: 3A, 1C and DD. RGB value is (58,28,221). Sum of RGB (Red+Green+Blue) = 58+28+221=307 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.89% from 307); Green value is 28 (11.33% from 255 or 9.12% from 307); Blue value is 221 (86.72% from 255 or 71.99% from 307); Max value from RGB is 221 - color contains mainly: blue. Hex color #3A1CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A1CDD is #C5E322. Grayscale: #3A3A3A. Windows color (decimal): -12968739 or 14490682. OLE color: 14490682.

HSL color Cylindrical-coordinate representation of color #3A1CDD: hue angle of 249.33º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3A1CDD is Cyan = 0.74, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 58 28 221 -
CMYK 0.74 0.87 0 0.13
HSL 249.33º 0.78% 0.49% -
HSV(B) 249.33º 0.87% 0.87% -
XYZ 15.21 6.95 68.95 -
YUV 58.97 219.44 127.31 -
System Red Green Blue C M Y K H S L
Decimal 58 28 221 0.74 0.87 0 0.13 249.33 0.78 0.49
Hex 3A 1C DD 4A 57 0 D F9 4E 31
Octal 72 34 335 112 127 0 15 371 116 61
Binary 111010 11100 11011101 1001010 1010111 0 1101 11111001 1001110 110001

Color Harmonies of #3A1CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1CDD

Black with #3A1CDD

Text Example


Text Example

White with #3A1CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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