Html Css Color HEX #341CF8 Han Purple

📋 copy color: '#341CF8'

red 52 ◦ green 28 ◦ blue 248

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

Shades of Han Purple #341CF8

Tints of Han Purple #341CF8

RGB

 RED value IS 52 (20.7% from 255) = 15.85%

 GREEN value IS 28 (11.33% from 255) = 8.54%

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

R = 15.85%
G = 8.54%
B = 75.61%

CMYK

 C value IS 0.79

 M value IS 0.89

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#341CF8 (or 0x341CF8) is known color: Han Purple. HEX triplet: 34, 1C and F8. RGB value is (52,28,248). Sum of RGB (Red+Green+Blue) = 52+28+248=328 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.85% from 328); Green value is 28 (11.33% from 255 or 8.54% from 328); Blue value is 248 (97.27% from 255 or 75.61% from 328); Max value from RGB is 248 - color contains mainly: blue. Hex color #341CF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #341CF8 is #CBE307. Grayscale: #3B3B3B. Windows color (decimal): -13361928 or 16260148. OLE color: 16260148.

HSL color Cylindrical-coordinate representation of color #341CF8: hue angle of 246.55º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #341CF8 is Cyan = 0.79, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 52 28 248 -
CMYK 0.79 0.89 0 0.03
HSL 246.55º 0.94% 0.54% -
HSV(B) 246.55º 0.89% 0.97% -
XYZ 18.77 8.34 89.43 -
YUV 60.26 233.95 122.11 -
System Red Green Blue C M Y K H S L
Decimal 52 28 248 0.79 0.89 0 0.03 246.55 0.94 0.54
Hex 34 1C F8 4F 59 0 3 F7 5E 36
Octal 64 34 370 117 131 0 3 367 136 66
Binary 110100 11100 11111000 1001111 1011001 0 11 11110111 1011110 110110

Color Harmonies of #341CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341CF8

Black with #341CF8

Text Example


Text Example

White with #341CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341CF8; }

 p { color: rgb(52,28,248); }

 H1.HeaderClassName
 {
   color: #341CF8;
 }
 .AnyTagClassName
 {
   color: #341CF8;
 }
</style>

background-color css

<style>
 a { background-color: #341CF8; }

 a { background-color: rgb(52,28,248); }

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

border-color css

<style>
 span { border-color: #341CF8; }

 span { border-color: rgb(52,28,248); }

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