Html Css Color HEX #3425E7 Han Purple

📋 copy color: '#3425E7'

red 52 ◦ green 37 ◦ blue 231

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

Shades of Han Purple #3425E7

Tints of Han Purple #3425E7

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.56%

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

R = 16.25%
G = 11.56%
B = 72.19%

CMYK

 C value IS 0.77

 M value IS 0.84

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#3425E7 (or 0x3425E7) is known color: Han Purple. HEX triplet: 34, 25 and E7. RGB value is (52,37,231). Sum of RGB (Red+Green+Blue) = 52+37+231=320 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.25% from 320); Green value is 37 (14.84% from 255 or 11.56% from 320); Blue value is 231 (90.62% from 255 or 72.19% from 320); Max value from RGB is 231 - color contains mainly: blue. Hex color #3425E7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3425E7 is #CBDA18. Grayscale: #3E3E3E. Windows color (decimal): -13359641 or 15148340. OLE color: 15148340.

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

Color convert

RGB 52 37 231 -
CMYK 0.77 0.84 0 0.09
HSL 244.64º 0.8% 0.53% -
HSV(B) 244.64º 0.84% 0.91% -
XYZ 16.5 7.82 76.24 -
YUV 63.6 222.47 119.73 -
System Red Green Blue C M Y K H S L
Decimal 52 37 231 0.77 0.84 0 0.09 244.64 0.8 0.53
Hex 34 25 E7 4D 54 0 9 F5 50 35
Octal 64 45 347 115 124 0 11 365 120 65
Binary 110100 100101 11100111 1001101 1010100 0 1001 11110101 1010000 110101

Color Harmonies of #3425E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3425E7

Black with #3425E7

Text Example


Text Example

White with #3425E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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