Html Css Color HEX #3A01DD Han Purple

📋 copy color: '#3A01DD'

red 58 ◦ green 1 ◦ blue 221

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

Shades of Han Purple #3A01DD

Tints of Han Purple #3A01DD

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

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

R = 20.71%
G = 0.36%
B = 78.93%

CMYK

 C value IS 0.74

 M value IS 1.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3A01DD (or 0x3A01DD) is known color: Han Purple. HEX triplet: 3A, 01 and DD. RGB value is (58,1,221). Sum of RGB (Red+Green+Blue) = 58+1+221=280 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.71% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 221 (86.72% from 255 or 78.93% from 280); Max value from RGB is 221 - color contains mainly: blue. Hex color #3A01DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A01DD is #C5FE22. Grayscale: #2A2A2A. Windows color (decimal): -12975651 or 14483770. OLE color: 14483770.

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

Color convert

RGB 58 1 221 -
CMYK 0.74 1.00 0 0.13
HSL 255.55º 0.99% 0.44% -
HSV(B) 255.55º 1% 0.87% -
XYZ 14.81 6.14 68.81 -
YUV 43.12 228.38 138.61 -
System Red Green Blue C M Y K H S L
Decimal 58 1 221 0.74 1.00 0 0.13 255.55 0.99 0.44
Hex 3A 1 DD 4A 64 0 D 100 63 2C
Octal 72 1 335 112 144 0 15 400 143 54
Binary 111010 1 11011101 1001010 1100100 0 1101 100000000 1100011 101100

Color Harmonies of #3A01DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A01DD

Black with #3A01DD

Text Example


Text Example

White with #3A01DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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