Html Css Color HEX #4325D5 Han Purple

📋 copy color: '#4325D5'

red 67 ◦ green 37 ◦ blue 213

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

Shades of Han Purple #4325D5

Tints of Han Purple #4325D5

RGB

 RED value IS 67 (26.56% from 255) = 21.14%

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

 BLUE value IS 213 (83.59% from 255) = 67.19%

R = 21.14%
G = 11.67%
B = 67.19%

CMYK

 C value IS 0.69

 M value IS 0.83

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#4325D5 (or 0x4325D5) is known color: Han Purple. HEX triplet: 43, 25 and D5. RGB value is (67,37,213). Sum of RGB (Red+Green+Blue) = 67+37+213=317 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.14% from 317); Green value is 37 (14.84% from 255 or 11.67% from 317); Blue value is 213 (83.59% from 255 or 67.19% from 317); Max value from RGB is 213 - color contains mainly: blue. Hex color #4325D5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4325D5 is #BCDA2A. Grayscale: #414141. Windows color (decimal): -12376619 or 13968707. OLE color: 13968707.

HSL color Cylindrical-coordinate representation of color #4325D5: hue angle of 250.23º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4325D5 is Cyan = 0.69, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 67 37 213 -
CMYK 0.69 0.83 0 0.16
HSL 250.23º 0.7% 0.49% -
HSV(B) 250.23º 0.83% 0.84% -
XYZ 14.99 7.32 63.57 -
YUV 66.03 210.94 128.69 -
System Red Green Blue C M Y K H S L
Decimal 67 37 213 0.69 0.83 0 0.16 250.23 0.7 0.49
Hex 43 25 D5 45 53 0 10 FA 46 31
Octal 103 45 325 105 123 0 20 372 106 61
Binary 1000011 100101 11010101 1000101 1010011 0 10000 11111010 1000110 110001

Color Harmonies of #4325D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4325D5

Black with #4325D5

Text Example


Text Example

White with #4325D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4325D5; }

 p { color: rgb(67,37,213); }

 H1.HeaderClassName
 {
   color: #4325D5;
 }
 .AnyTagClassName
 {
   color: #4325D5;
 }
</style>

background-color css

<style>
 a { background-color: #4325D5; }

 a { background-color: rgb(67,37,213); }

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

border-color css

<style>
 span { border-color: #4325D5; }

 span { border-color: rgb(67,37,213); }

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