Html Css Color HEX #341ADB Han Purple

📋 copy color: '#341ADB'

red 52 ◦ green 26 ◦ blue 219

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

Shades of Han Purple #341ADB

Tints of Han Purple #341ADB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.75%

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

R = 17.51%
G = 8.75%
B = 73.74%

CMYK

 C value IS 0.76

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#341ADB (or 0x341ADB) is known color: Han Purple. HEX triplet: 34, 1A and DB. RGB value is (52,26,219). Sum of RGB (Red+Green+Blue) = 52+26+219=297 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.51% from 297); Green value is 26 (10.55% from 255 or 8.75% from 297); Blue value is 219 (85.94% from 255 or 73.74% from 297); Max value from RGB is 219 - color contains mainly: blue. Hex color #341ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #341ADB is #CBE524. Grayscale: #373737. Windows color (decimal): -13362469 or 14359092. OLE color: 14359092.

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

Color convert

RGB 52 26 219 -
CMYK 0.76 0.88 0 0.14
HSL 248.08º 0.79% 0.48% -
HSV(B) 248.08º 0.88% 0.86% -
XYZ 14.57 6.58 67.52 -
YUV 55.78 220.11 125.31 -
System Red Green Blue C M Y K H S L
Decimal 52 26 219 0.76 0.88 0 0.14 248.08 0.79 0.48
Hex 34 1A DB 4C 58 0 E F8 4F 30
Octal 64 32 333 114 130 0 16 370 117 60
Binary 110100 11010 11011011 1001100 1011000 0 1110 11111000 1001111 110000

Color Harmonies of #341ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341ADB

Black with #341ADB

Text Example


Text Example

White with #341ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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