Html Css Color HEX #3400D9 Han Purple

📋 copy color: '#3400D9'

red 52 ◦ green 0 ◦ blue 217

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

Shades of Han Purple #3400D9

Tints of Han Purple #3400D9

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 217 (85.16% from 255) = 80.67%

R = 19.33%
G = 0%
B = 80.67%

CMYK

 C value IS 0.76

 M value IS 1

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3400D9 (or 0x3400D9) is known color: Han Purple. HEX triplet: 34, 00 and D9. RGB value is (52,0,217). Sum of RGB (Red+Green+Blue) = 52+0+217=269 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.33% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 217 (85.16% from 255 or 80.67% from 269); Max value from RGB is 217 - color contains mainly: blue. Hex color #3400D9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3400D9 is #CBFF26. Grayscale: #272727. Windows color (decimal): -13369127 or 14221364. OLE color: 14221364.

HSL color Cylindrical-coordinate representation of color #3400D9: hue angle of 254.38º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3400D9 is Cyan = 0.76, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 52 0 217 -
CMYK 0.76 1 0 0.15
HSL 254.38º 1% 0.43% -
HSV(B) 254.38º 1% 0.85% -
XYZ 13.94 5.74 66.02 -
YUV 40.29 227.73 136.36 -
System Red Green Blue C M Y K H S L
Decimal 52 0 217 0.76 1 0 0.15 254.38 1 0.43
Hex 34 0 D9 4C 64 0 F FE 64 2B
Octal 64 0 331 114 144 0 17 376 144 53
Binary 110100 0 11011001 1001100 1100100 0 1111 11111110 1100100 101011

Color Harmonies of #3400D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3400D9

Black with #3400D9

Text Example


Text Example

White with #3400D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3400D9; }

 p { color: rgb(52,0,217); }

 H1.HeaderClassName
 {
   color: #3400D9;
 }
 .AnyTagClassName
 {
   color: #3400D9;
 }
</style>

background-color css

<style>
 a { background-color: #3400D9; }

 a { background-color: rgb(52,0,217); }

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

border-color css

<style>
 span { border-color: #3400D9; }

 span { border-color: rgb(52,0,217); }

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