Html Css Color HEX #3A14DD Han Purple

📋 copy color: '#3A14DD'

red 58 ◦ green 20 ◦ blue 221

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

Shades of Han Purple #3A14DD

Tints of Han Purple #3A14DD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.69%

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

R = 19.4%
G = 6.69%
B = 73.91%

CMYK

 C value IS 0.74

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3A14DD (or 0x3A14DD) is known color: Han Purple. HEX triplet: 3A, 14 and DD. RGB value is (58,20,221). Sum of RGB (Red+Green+Blue) = 58+20+221=299 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.40% from 299); Green value is 20 (8.20% from 255 or 6.69% from 299); Blue value is 221 (86.72% from 255 or 73.91% from 299); Max value from RGB is 221 - color contains mainly: blue. Hex color #3A14DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A14DD is #C5EB22. Grayscale: #353535. Windows color (decimal): -12970787 or 14488634. OLE color: 14488634.

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

Color convert

RGB 58 20 221 -
CMYK 0.74 0.91 0 0.13
HSL 251.34º 0.83% 0.47% -
HSV(B) 251.34º 0.91% 0.87% -
XYZ 15.05 6.62 68.89 -
YUV 54.28 222.09 130.66 -
System Red Green Blue C M Y K H S L
Decimal 58 20 221 0.74 0.91 0 0.13 251.34 0.83 0.47
Hex 3A 14 DD 4A 5B 0 D FB 53 2F
Octal 72 24 335 112 133 0 15 373 123 57
Binary 111010 10100 11011101 1001010 1011011 0 1101 11111011 1010011 101111

Color Harmonies of #3A14DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A14DD

Black with #3A14DD

Text Example


Text Example

White with #3A14DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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