Html Css Color HEX #341DDB Han Purple

📋 copy color: '#341DDB'

red 52 ◦ green 29 ◦ blue 219

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

Shades of Han Purple #341DDB

Tints of Han Purple #341DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 73%

R = 17.33%
G = 9.67%
B = 73%

CMYK

 C value IS 0.76

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#341DDB (or 0x341DDB) is known color: Han Purple. HEX triplet: 34, 1D and DB. RGB value is (52,29,219). Sum of RGB (Red+Green+Blue) = 52+29+219=300 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.33% from 300); Green value is 29 (11.72% from 255 or 9.67% from 300); Blue value is 219 (85.94% from 255 or 73% from 300); Max value from RGB is 219 - color contains mainly: blue. Hex color #341DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #341DDB is #CBE224. Grayscale: #383838. Windows color (decimal): -13361701 or 14359860. OLE color: 14359860.

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

Color convert

RGB 52 29 219 -
CMYK 0.76 0.87 0 0.14
HSL 247.26º 0.77% 0.49% -
HSV(B) 247.26º 0.87% 0.86% -
XYZ 14.64 6.72 67.54 -
YUV 57.54 219.12 124.05 -
System Red Green Blue C M Y K H S L
Decimal 52 29 219 0.76 0.87 0 0.14 247.26 0.77 0.49
Hex 34 1D DB 4C 57 0 E F7 4D 31
Octal 64 35 333 114 127 0 16 367 115 61
Binary 110100 11101 11011011 1001100 1010111 0 1110 11110111 1001101 110001

Color Harmonies of #341DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341DDB

Black with #341DDB

Text Example


Text Example

White with #341DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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