Html Css Color HEX #4315F8 Han Purple

📋 copy color: '#4315F8'

red 67 ◦ green 21 ◦ blue 248

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

Shades of Han Purple #4315F8

Tints of Han Purple #4315F8

RGB

 RED value IS 67 (26.56% from 255) = 19.94%

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

 BLUE value IS 248 (97.27% from 255) = 73.81%

R = 19.94%
G = 6.25%
B = 73.81%

CMYK

 C value IS 0.73

 M value IS 0.92

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#4315F8 (or 0x4315F8) is known color: Han Purple. HEX triplet: 43, 15 and F8. RGB value is (67,21,248). Sum of RGB (Red+Green+Blue) = 67+21+248=336 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.94% from 336); Green value is 21 (8.59% from 255 or 6.25% from 336); Blue value is 248 (97.27% from 255 or 73.81% from 336); Max value from RGB is 248 - color contains mainly: blue. Hex color #4315F8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4315F8 is #BCEA07. Grayscale: #3B3B3B. Windows color (decimal): -12380680 or 16258371. OLE color: 16258371.

HSL color Cylindrical-coordinate representation of color #4315F8: hue angle of 252.16º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4315F8 is Cyan = 0.73, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 67 21 248 -
CMYK 0.73 0.92 0 0.03
HSL 252.16º 0.94% 0.53% -
HSV(B) 252.16º 0.92% 0.97% -
XYZ 19.53 8.51 89.42 -
YUV 60.63 233.74 132.54 -
System Red Green Blue C M Y K H S L
Decimal 67 21 248 0.73 0.92 0 0.03 252.16 0.94 0.53
Hex 43 15 F8 49 5C 0 3 FC 5E 35
Octal 103 25 370 111 134 0 3 374 136 65
Binary 1000011 10101 11111000 1001001 1011100 0 11 11111100 1011110 110101

Color Harmonies of #4315F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4315F8

Black with #4315F8

Text Example


Text Example

White with #4315F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4315F8; }

 p { color: rgb(67,21,248); }

 H1.HeaderClassName
 {
   color: #4315F8;
 }
 .AnyTagClassName
 {
   color: #4315F8;
 }
</style>

background-color css

<style>
 a { background-color: #4315F8; }

 a { background-color: rgb(67,21,248); }

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

border-color css

<style>
 span { border-color: #4315F8; }

 span { border-color: rgb(67,21,248); }

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