Html Css Color HEX #3429FA Han Purple

📋 copy color: '#3429FA'

red 52 ◦ green 41 ◦ blue 250

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

Shades of Han Purple #3429FA

Tints of Han Purple #3429FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 72.89%

R = 15.16%
G = 11.95%
B = 72.89%

CMYK

 C value IS 0.79

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3429FA (or 0x3429FA) is known color: Han Purple. HEX triplet: 34, 29 and FA. RGB value is (52,41,250). Sum of RGB (Red+Green+Blue) = 52+41+250=343 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.16% from 343); Green value is 41 (16.41% from 255 or 11.95% from 343); Blue value is 250 (98.05% from 255 or 72.89% from 343); Max value from RGB is 250 - color contains mainly: blue. Hex color #3429FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3429FA is #CBD605. Grayscale: #434343. Windows color (decimal): -13358598 or 16394548. OLE color: 16394548.

HSL color Cylindrical-coordinate representation of color #3429FA: hue angle of 243.16º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3429FA is Cyan = 0.79, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 52 41 250 -
CMYK 0.79 0.84 0 0.02
HSL 243.16º 0.95% 0.57% -
HSV(B) 243.16º 0.84% 0.98% -
XYZ 19.46 9.22 91.2 -
YUV 68.12 230.64 116.51 -
System Red Green Blue C M Y K H S L
Decimal 52 41 250 0.79 0.84 0 0.02 243.16 0.95 0.57
Hex 34 29 FA 4F 54 0 2 F3 5F 39
Octal 64 51 372 117 124 0 2 363 137 71
Binary 110100 101001 11111010 1001111 1010100 0 10 11110011 1011111 111001

Color Harmonies of #3429FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3429FA

Black with #3429FA

Text Example


Text Example

White with #3429FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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