Html Css Color HEX #342ADD Han Purple

📋 copy color: '#342ADD'

red 52 ◦ green 42 ◦ blue 221

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

Shades of Han Purple #342ADD

Tints of Han Purple #342ADD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.33%

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

R = 16.51%
G = 13.33%
B = 70.16%

CMYK

 C value IS 0.76

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#342ADD (or 0x342ADD) is known color: Han Purple. HEX triplet: 34, 2A and DD. RGB value is (52,42,221). Sum of RGB (Red+Green+Blue) = 52+42+221=315 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.51% from 315); Green value is 42 (16.80% from 255 or 13.33% from 315); Blue value is 221 (86.72% from 255 or 70.16% from 315); Max value from RGB is 221 - color contains mainly: blue. Hex color #342ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342ADD is #CBD522. Grayscale: #404040. Windows color (decimal): -13358371 or 14494260. OLE color: 14494260.

HSL color Cylindrical-coordinate representation of color #342ADD: hue angle of 243.35º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #342ADD is Cyan = 0.76, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 52 42 221 -
CMYK 0.76 0.81 0 0.13
HSL 243.35º 0.72% 0.52% -
HSV(B) 243.35º 0.81% 0.87% -
XYZ 15.3 7.61 69.07 -
YUV 65.4 215.81 118.45 -
System Red Green Blue C M Y K H S L
Decimal 52 42 221 0.76 0.81 0 0.13 243.35 0.72 0.52
Hex 34 2A DD 4C 51 0 D F3 48 34
Octal 64 52 335 114 121 0 15 363 110 64
Binary 110100 101010 11011101 1001100 1010001 0 1101 11110011 1001000 110100

Color Harmonies of #342ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342ADD

Black with #342ADD

Text Example


Text Example

White with #342ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342ADD; }

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

 H1.HeaderClassName
 {
   color: #342ADD;
 }
 .AnyTagClassName
 {
   color: #342ADD;
 }
</style>

background-color css

<style>
 a { background-color: #342ADD; }

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

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

border-color css

<style>
 span { border-color: #342ADD; }

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

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