Html Css Color HEX #3A20EF Han Purple

📋 copy color: '#3A20EF'

red 58 ◦ green 32 ◦ blue 239

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

Shades of Han Purple #3A20EF

Tints of Han Purple #3A20EF

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.73%

 BLUE value IS 239 (93.75% from 255) = 72.64%

R = 17.63%
G = 9.73%
B = 72.64%

CMYK

 C value IS 0.76

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3A20EF (or 0x3A20EF) is known color: Han Purple. HEX triplet: 3A, 20 and EF. RGB value is (58,32,239). Sum of RGB (Red+Green+Blue) = 58+32+239=329 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.63% from 329); Green value is 32 (12.89% from 255 or 9.73% from 329); Blue value is 239 (93.75% from 255 or 72.64% from 329); Max value from RGB is 239 - color contains mainly: blue. Hex color #3A20EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A20EF is #C5DF10. Grayscale: #3E3E3E. Windows color (decimal): -12967697 or 15671354. OLE color: 15671354.

HSL color Cylindrical-coordinate representation of color #3A20EF: hue angle of 247.54º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3A20EF is Cyan = 0.76, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 58 32 239 -
CMYK 0.76 0.87 0 0.06
HSL 247.54º 0.87% 0.53% -
HSV(B) 247.54º 0.87% 0.94% -
XYZ 17.84 8.16 82.3 -
YUV 63.37 227.11 124.17 -
System Red Green Blue C M Y K H S L
Decimal 58 32 239 0.76 0.87 0 0.06 247.54 0.87 0.53
Hex 3A 20 EF 4C 57 0 6 F8 57 35
Octal 72 40 357 114 127 0 6 370 127 65
Binary 111010 100000 11101111 1001100 1010111 0 110 11111000 1010111 110101

Color Harmonies of #3A20EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A20EF

Black with #3A20EF

Text Example


Text Example

White with #3A20EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,32,239); }

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

background-color css

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

 a { background-color: rgb(58,32,239); }

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

border-color css

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

 span { border-color: rgb(58,32,239); }

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