Html Css Color HEX #3A1BE5 Han Purple

📋 copy color: '#3A1BE5'

red 58 ◦ green 27 ◦ blue 229

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

Shades of Han Purple #3A1BE5

Tints of Han Purple #3A1BE5

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.6%

 BLUE value IS 229 (89.84% from 255) = 72.93%

R = 18.47%
G = 8.6%
B = 72.93%

CMYK

 C value IS 0.75

 M value IS 0.88

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#3A1BE5 (or 0x3A1BE5) is known color: Han Purple. HEX triplet: 3A, 1B and E5. RGB value is (58,27,229). Sum of RGB (Red+Green+Blue) = 58+27+229=314 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.47% from 314); Green value is 27 (10.94% from 255 or 8.60% from 314); Blue value is 229 (89.84% from 255 or 72.93% from 314); Max value from RGB is 229 - color contains mainly: blue. Hex color #3A1BE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A1BE5 is #C5E41A. Grayscale: #3A3A3A. Windows color (decimal): -12968987 or 15014714. OLE color: 15014714.

HSL color Cylindrical-coordinate representation of color #3A1BE5: hue angle of 249.21º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3A1BE5 is Cyan = 0.75, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 58 27 229 -
CMYK 0.75 0.88 0 0.10
HSL 249.21º 0.8% 0.5% -
HSV(B) 249.21º 0.88% 0.9% -
XYZ 16.28 7.34 74.69 -
YUV 59.3 223.77 127.07 -
System Red Green Blue C M Y K H S L
Decimal 58 27 229 0.75 0.88 0 0.10 249.21 0.8 0.5
Hex 3A 1B E5 4B 58 0 A F9 50 32
Octal 72 33 345 113 130 0 12 371 120 62
Binary 111010 11011 11100101 1001011 1011000 0 1010 11111001 1010000 110010

Color Harmonies of #3A1BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1BE5

Black with #3A1BE5

Text Example


Text Example

White with #3A1BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,27,229); }

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

background-color css

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

 a { background-color: rgb(58,27,229); }

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

border-color css

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

 span { border-color: rgb(58,27,229); }

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