Html Css Color HEX #3429DF Han Purple

📋 copy color: '#3429DF'

red 52 ◦ green 41 ◦ blue 223

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

Shades of Han Purple #3429DF

Tints of Han Purple #3429DF

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.97%

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

R = 16.46%
G = 12.97%
B = 70.57%

CMYK

 C value IS 0.77

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3429DF (or 0x3429DF) is known color: Han Purple. HEX triplet: 34, 29 and DF. RGB value is (52,41,223). Sum of RGB (Red+Green+Blue) = 52+41+223=316 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.46% from 316); Green value is 41 (16.41% from 255 or 12.97% from 316); Blue value is 223 (87.5% from 255 or 70.57% from 316); Max value from RGB is 223 - color contains mainly: blue. Hex color #3429DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3429DF is #CBD620. Grayscale: #404040. Windows color (decimal): -13358625 or 14625076. OLE color: 14625076.

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

Color convert

RGB 52 41 223 -
CMYK 0.77 0.82 0 0.13
HSL 243.63º 0.74% 0.52% -
HSV(B) 243.63º 0.82% 0.87% -
XYZ 15.53 7.64 70.47 -
YUV 65.04 217.14 118.7 -
System Red Green Blue C M Y K H S L
Decimal 52 41 223 0.77 0.82 0 0.13 243.63 0.74 0.52
Hex 34 29 DF 4D 52 0 D F4 4A 34
Octal 64 51 337 115 122 0 15 364 112 64
Binary 110100 101001 11011111 1001101 1010010 0 1101 11110100 1001010 110100

Color Harmonies of #3429DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3429DF

Black with #3429DF

Text Example


Text Example

White with #3429DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3429DF; }

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

 H1.HeaderClassName
 {
   color: #3429DF;
 }
 .AnyTagClassName
 {
   color: #3429DF;
 }
</style>

background-color css

<style>
 a { background-color: #3429DF; }

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

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

border-color css

<style>
 span { border-color: #3429DF; }

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

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