Html Css Color HEX #3A15F1 Han Purple

📋 copy color: '#3A15F1'

red 58 ◦ green 21 ◦ blue 241

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

Shades of Han Purple #3A15F1

Tints of Han Purple #3A15F1

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.56%

 BLUE value IS 241 (94.53% from 255) = 75.31%

R = 18.13%
G = 6.56%
B = 75.31%

CMYK

 C value IS 0.76

 M value IS 0.91

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#3A15F1 (or 0x3A15F1) is known color: Han Purple. HEX triplet: 3A, 15 and F1. RGB value is (58,21,241). Sum of RGB (Red+Green+Blue) = 58+21+241=320 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.12% from 320); Green value is 21 (8.59% from 255 or 6.56% from 320); Blue value is 241 (94.53% from 255 or 75.31% from 320); Max value from RGB is 241 - color contains mainly: blue. Hex color #3A15F1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3A15F1 is #C5EA0E. Grayscale: #383838. Windows color (decimal): -12970511 or 15799610. OLE color: 15799610.

HSL color Cylindrical-coordinate representation of color #3A15F1: hue angle of 250.09º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3A15F1 is Cyan = 0.76, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 58 21 241 -
CMYK 0.76 0.91 0 0.05
HSL 250.09º 0.89% 0.51% -
HSV(B) 250.09º 0.91% 0.95% -
XYZ 17.89 7.79 83.78 -
YUV 57.14 231.76 128.61 -
System Red Green Blue C M Y K H S L
Decimal 58 21 241 0.76 0.91 0 0.05 250.09 0.89 0.51
Hex 3A 15 F1 4C 5B 0 5 FA 59 33
Octal 72 25 361 114 133 0 5 372 131 63
Binary 111010 10101 11110001 1001100 1011011 0 101 11111010 1011001 110011

Color Harmonies of #3A15F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A15F1

Black with #3A15F1

Text Example


Text Example

White with #3A15F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,21,241); }

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

background-color css

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

 a { background-color: rgb(58,21,241); }

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

border-color css

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

 span { border-color: rgb(58,21,241); }

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