Html Css Color HEX #3A15FC Han Purple

📋 copy color: '#3A15FC'

red 58 ◦ green 21 ◦ blue 252

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

Shades of Han Purple #3A15FC

Tints of Han Purple #3A15FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 76.13%

R = 17.52%
G = 6.34%
B = 76.13%

CMYK

 C value IS 0.77

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3A15FC (or 0x3A15FC) is known color: Han Purple. HEX triplet: 3A, 15 and FC. RGB value is (58,21,252). Sum of RGB (Red+Green+Blue) = 58+21+252=331 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.52% from 331); Green value is 21 (8.59% from 255 or 6.34% from 331); Blue value is 252 (98.83% from 255 or 76.13% from 331); Max value from RGB is 252 - color contains mainly: blue. Hex color #3A15FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3A15FC is #C5EA03. Grayscale: #393939. Windows color (decimal): -12970500 or 16520506. OLE color: 16520506.

HSL color Cylindrical-coordinate representation of color #3A15FC: hue angle of 249.61º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3A15FC is Cyan = 0.77, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 58 21 252 -
CMYK 0.77 0.92 0 0.01
HSL 249.61º 0.97% 0.54% -
HSV(B) 249.61º 0.92% 0.99% -
XYZ 19.58 8.46 92.7 -
YUV 58.4 237.26 127.72 -
System Red Green Blue C M Y K H S L
Decimal 58 21 252 0.77 0.92 0 0.01 249.61 0.97 0.54
Hex 3A 15 FC 4D 5C 0 1 FA 61 36
Octal 72 25 374 115 134 0 1 372 141 66
Binary 111010 10101 11111100 1001101 1011100 0 1 11111010 1100001 110110

Color Harmonies of #3A15FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A15FC

Black with #3A15FC

Text Example


Text Example

White with #3A15FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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