Html Css Color HEX #341DEF Han Purple

📋 copy color: '#341DEF'

red 52 ◦ green 29 ◦ blue 239

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

Shades of Han Purple #341DEF

Tints of Han Purple #341DEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 74.69%

R = 16.25%
G = 9.06%
B = 74.69%

CMYK

 C value IS 0.78

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#341DEF (or 0x341DEF) is known color: Han Purple. HEX triplet: 34, 1D and EF. RGB value is (52,29,239). Sum of RGB (Red+Green+Blue) = 52+29+239=320 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.25% from 320); Green value is 29 (11.72% from 255 or 9.06% from 320); Blue value is 239 (93.75% from 255 or 74.69% from 320); Max value from RGB is 239 - color contains mainly: blue. Hex color #341DEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #341DEF is #CBE210. Grayscale: #3B3B3B. Windows color (decimal): -13361681 or 15670580. OLE color: 15670580.

HSL color Cylindrical-coordinate representation of color #341DEF: hue angle of 246.57º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #341DEF is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 52 29 239 -
CMYK 0.78 0.88 0 0.06
HSL 246.57º 0.87% 0.53% -
HSV(B) 246.57º 0.88% 0.94% -
XYZ 17.44 7.84 82.26 -
YUV 59.82 229.12 122.42 -
System Red Green Blue C M Y K H S L
Decimal 52 29 239 0.78 0.88 0 0.06 246.57 0.87 0.53
Hex 34 1D EF 4E 58 0 6 F7 57 35
Octal 64 35 357 116 130 0 6 367 127 65
Binary 110100 11101 11101111 1001110 1011000 0 110 11110111 1010111 110101

Color Harmonies of #341DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341DEF

Black with #341DEF

Text Example


Text Example

White with #341DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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