Html Css Color HEX #3419E7 Han Purple

📋 copy color: '#3419E7'

red 52 ◦ green 25 ◦ blue 231

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

Shades of Han Purple #3419E7

Tints of Han Purple #3419E7

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.12%

 BLUE value IS 231 (90.63% from 255) = 75%

R = 16.88%
G = 8.12%
B = 75%

CMYK

 C value IS 0.77

 M value IS 0.89

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#3419E7 (or 0x3419E7) is known color: Han Purple. HEX triplet: 34, 19 and E7. RGB value is (52,25,231). Sum of RGB (Red+Green+Blue) = 52+25+231=308 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.88% from 308); Green value is 25 (10.16% from 255 or 8.12% from 308); Blue value is 231 (90.62% from 255 or 75% from 308); Max value from RGB is 231 - color contains mainly: blue. Hex color #3419E7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3419E7 is #CBE618. Grayscale: #373737. Windows color (decimal): -13362713 or 15145268. OLE color: 15145268.

HSL color Cylindrical-coordinate representation of color #3419E7: hue angle of 247.86º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3419E7 is Cyan = 0.77, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 52 25 231 -
CMYK 0.77 0.89 0 0.09
HSL 247.86º 0.81% 0.5% -
HSV(B) 247.86º 0.89% 0.91% -
XYZ 16.19 7.19 76.14 -
YUV 56.56 226.45 124.75 -
System Red Green Blue C M Y K H S L
Decimal 52 25 231 0.77 0.89 0 0.09 247.86 0.81 0.5
Hex 34 19 E7 4D 59 0 9 F8 51 32
Octal 64 31 347 115 131 0 11 370 121 62
Binary 110100 11001 11100111 1001101 1011001 0 1001 11111000 1010001 110010

Color Harmonies of #3419E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3419E7

Black with #3419E7

Text Example


Text Example

White with #3419E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3419E7; }

 p { color: rgb(52,25,231); }

 H1.HeaderClassName
 {
   color: #3419E7;
 }
 .AnyTagClassName
 {
   color: #3419E7;
 }
</style>

background-color css

<style>
 a { background-color: #3419E7; }

 a { background-color: rgb(52,25,231); }

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

border-color css

<style>
 span { border-color: #3419E7; }

 span { border-color: rgb(52,25,231); }

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