Html Css Color HEX #3400ED Han Purple

📋 copy color: '#3400ED'

red 52 ◦ green 0 ◦ blue 237

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

Shades of Han Purple #3400ED

Tints of Han Purple #3400ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 82.01%

R = 17.99%
G = 0%
B = 82.01%

CMYK

 C value IS 0.78

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3400ED (or 0x3400ED) is known color: Han Purple. HEX triplet: 34, 00 and ED. RGB value is (52,0,237). Sum of RGB (Red+Green+Blue) = 52+0+237=289 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.99% from 289); Green value is 0 (0.39% from 255 or 0% from 289); Blue value is 237 (92.97% from 255 or 82.01% from 289); Max value from RGB is 237 - color contains mainly: blue. Hex color #3400ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3400ED is #CBFF12. Grayscale: #292929. Windows color (decimal): -13369107 or 15532084. OLE color: 15532084.

HSL color Cylindrical-coordinate representation of color #3400ED: hue angle of 253.16º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3400ED is Cyan = 0.78, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 52 0 237 -
CMYK 0.78 1 0 0.07
HSL 253.16º 1% 0.46% -
HSV(B) 253.16º 1% 0.93% -
XYZ 16.7 6.84 80.56 -
YUV 42.57 237.73 134.73 -
System Red Green Blue C M Y K H S L
Decimal 52 0 237 0.78 1 0 0.07 253.16 1 0.46
Hex 34 0 ED 4E 64 0 7 FD 64 2E
Octal 64 0 355 116 144 0 7 375 144 56
Binary 110100 0 11101101 1001110 1100100 0 111 11111101 1100100 101110

Color Harmonies of #3400ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3400ED

Black with #3400ED

Text Example


Text Example

White with #3400ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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