Html Css Color HEX #341DF3 Han Purple

📋 copy color: '#341DF3'

red 52 ◦ green 29 ◦ blue 243

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

Shades of Han Purple #341DF3

Tints of Han Purple #341DF3

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.95%

 BLUE value IS 243 (95.31% from 255) = 75%

R = 16.05%
G = 8.95%
B = 75%

CMYK

 C value IS 0.79

 M value IS 0.88

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#341DF3 (or 0x341DF3) is known color: Han Purple. HEX triplet: 34, 1D and F3. RGB value is (52,29,243). Sum of RGB (Red+Green+Blue) = 52+29+243=324 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.05% from 324); Green value is 29 (11.72% from 255 or 8.95% from 324); Blue value is 243 (95.31% from 255 or 75% from 324); Max value from RGB is 243 - color contains mainly: blue. Hex color #341DF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #341DF3 is #CBE20C. Grayscale: #3B3B3B. Windows color (decimal): -13361677 or 15932724. OLE color: 15932724.

HSL color Cylindrical-coordinate representation of color #341DF3: hue angle of 246.45º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #341DF3 is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 52 29 243 -
CMYK 0.79 0.88 0 0.05
HSL 246.45º 0.9% 0.53% -
HSV(B) 246.45º 0.88% 0.95% -
XYZ 18.03 8.08 85.4 -
YUV 60.27 231.12 122.1 -
System Red Green Blue C M Y K H S L
Decimal 52 29 243 0.79 0.88 0 0.05 246.45 0.9 0.53
Hex 34 1D F3 4F 58 0 5 F6 5A 35
Octal 64 35 363 117 130 0 5 366 132 65
Binary 110100 11101 11110011 1001111 1011000 0 101 11110110 1011010 110101

Color Harmonies of #341DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341DF3

Black with #341DF3

Text Example


Text Example

White with #341DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,29,243); }

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

background-color css

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

 a { background-color: rgb(52,29,243); }

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

border-color css

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

 span { border-color: rgb(52,29,243); }

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