Html Css Color HEX #341FDD Han Purple

📋 copy color: '#341FDD'

red 52 ◦ green 31 ◦ blue 221

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

Shades of Han Purple #341FDD

Tints of Han Purple #341FDD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.2%

 BLUE value IS 221 (86.72% from 255) = 72.7%

R = 17.11%
G = 10.2%
B = 72.7%

CMYK

 C value IS 0.76

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#341FDD (or 0x341FDD) is known color: Han Purple. HEX triplet: 34, 1F and DD. RGB value is (52,31,221). Sum of RGB (Red+Green+Blue) = 52+31+221=304 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.11% from 304); Green value is 31 (12.5% from 255 or 10.20% from 304); Blue value is 221 (86.72% from 255 or 72.70% from 304); Max value from RGB is 221 - color contains mainly: blue. Hex color #341FDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #341FDD is #CBE022. Grayscale: #3A3A3A. Windows color (decimal): -13361187 or 14491444. OLE color: 14491444.

HSL color Cylindrical-coordinate representation of color #341FDD: hue angle of 246.63º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #341FDD is Cyan = 0.76, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 52 31 221 -
CMYK 0.76 0.86 0 0.13
HSL 246.63º 0.75% 0.49% -
HSV(B) 246.63º 0.86% 0.87% -
XYZ 14.96 6.93 68.96 -
YUV 58.94 219.46 123.05 -
System Red Green Blue C M Y K H S L
Decimal 52 31 221 0.76 0.86 0 0.13 246.63 0.75 0.49
Hex 34 1F DD 4C 56 0 D F7 4B 31
Octal 64 37 335 114 126 0 15 367 113 61
Binary 110100 11111 11011101 1001100 1010110 0 1101 11110111 1001011 110001

Color Harmonies of #341FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341FDD

Black with #341FDD

Text Example


Text Example

White with #341FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,31,221); }

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

background-color css

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

 a { background-color: rgb(52,31,221); }

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

border-color css

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

 span { border-color: rgb(52,31,221); }

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