Html Css Color HEX #341DDF Han Purple

📋 copy color: '#341DDF'

red 52 ◦ green 29 ◦ blue 223

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

Shades of Han Purple #341DDF

Tints of Han Purple #341DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 73.36%

R = 17.11%
G = 9.54%
B = 73.36%

CMYK

 C value IS 0.77

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#341DDF (or 0x341DDF) is known color: Han Purple. HEX triplet: 34, 1D and DF. RGB value is (52,29,223). Sum of RGB (Red+Green+Blue) = 52+29+223=304 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.11% from 304); Green value is 29 (11.72% from 255 or 9.54% from 304); Blue value is 223 (87.5% from 255 or 73.36% from 304); Max value from RGB is 223 - color contains mainly: blue. Hex color #341DDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #341DDF is #CBE220. Grayscale: #393939. Windows color (decimal): -13361697 or 14622004. OLE color: 14622004.

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

Color convert

RGB 52 29 223 -
CMYK 0.77 0.87 0 0.13
HSL 247.11º 0.77% 0.49% -
HSV(B) 247.11º 0.87% 0.87% -
XYZ 15.17 6.94 70.35 -
YUV 57.99 221.12 123.73 -
System Red Green Blue C M Y K H S L
Decimal 52 29 223 0.77 0.87 0 0.13 247.11 0.77 0.49
Hex 34 1D DF 4D 57 0 D F7 4D 31
Octal 64 35 337 115 127 0 15 367 115 61
Binary 110100 11101 11011111 1001101 1010111 0 1101 11110111 1001101 110001

Color Harmonies of #341DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341DDF

Black with #341DDF

Text Example


Text Example

White with #341DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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