Html Css Color HEX #3614ED Han Purple

📋 copy color: '#3614ED'

red 54 ◦ green 20 ◦ blue 237

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

Shades of Han Purple #3614ED

Tints of Han Purple #3614ED

RGB

 RED value IS 54 (21.48% from 255) = 17.36%

 GREEN value IS 20 (8.2% from 255) = 6.43%

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

R = 17.36%
G = 6.43%
B = 76.21%

CMYK

 C value IS 0.77

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3614ED (or 0x3614ED) is known color: Han Purple. HEX triplet: 36, 14 and ED. RGB value is (54,20,237). Sum of RGB (Red+Green+Blue) = 54+20+237=311 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.36% from 311); Green value is 20 (8.20% from 255 or 6.43% from 311); Blue value is 237 (92.97% from 255 or 76.21% from 311); Max value from RGB is 237 - color contains mainly: blue. Hex color #3614ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3614ED is #C9EB12. Grayscale: #363636. Windows color (decimal): -13232915 or 15537206. OLE color: 15537206.

HSL color Cylindrical-coordinate representation of color #3614ED: hue angle of 249.4º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3614ED is Cyan = 0.77, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 54 20 237 -
CMYK 0.77 0.92 0 0.07
HSL 249.4º 0.86% 0.5% -
HSV(B) 249.4º 0.92% 0.93% -
XYZ 17.06 7.4 80.65 -
YUV 54.9 230.76 127.36 -
System Red Green Blue C M Y K H S L
Decimal 54 20 237 0.77 0.92 0 0.07 249.4 0.86 0.5
Hex 36 14 ED 4D 5C 0 7 F9 56 32
Octal 66 24 355 115 134 0 7 371 126 62
Binary 110110 10100 11101101 1001101 1011100 0 111 11111001 1010110 110010

Color Harmonies of #3614ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3614ED

Black with #3614ED

Text Example


Text Example

White with #3614ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,20,237); }

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

background-color css

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

 a { background-color: rgb(54,20,237); }

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

border-color css

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

 span { border-color: rgb(54,20,237); }

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