Html Css Color HEX #592FE1 Han Purple

📋 copy color: '#592FE1'

red 89 ◦ green 47 ◦ blue 225

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

Shades of Han Purple #592FE1

Tints of Han Purple #592FE1

RGB

 RED value IS 89 (35.16% from 255) = 24.65%

 GREEN value IS 47 (18.75% from 255) = 13.02%

 BLUE value IS 225 (88.28% from 255) = 62.33%

R = 24.65%
G = 13.02%
B = 62.33%

CMYK

 C value IS 0.60

 M value IS 0.79

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#592FE1 (or 0x592FE1) is known color: Han Purple. HEX triplet: 59, 2F and E1. RGB value is (89,47,225). Sum of RGB (Red+Green+Blue) = 89+47+225=361 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.65% from 361); Green value is 47 (18.75% from 255 or 13.02% from 361); Blue value is 225 (88.28% from 255 or 62.33% from 361); Max value from RGB is 225 - color contains mainly: blue. Hex color #592FE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #592FE1 is #A6D01E. Grayscale: #4F4F4F. Windows color (decimal): -10932255 or 14757721. OLE color: 14757721.

HSL color Cylindrical-coordinate representation of color #592FE1: hue angle of 254.16º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #592FE1 is Cyan = 0.60, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 89 47 225 -
CMYK 0.60 0.79 0 0.12
HSL 254.16º 0.75% 0.53% -
HSV(B) 254.16º 0.79% 0.88% -
XYZ 18.73 9.59 72.1 -
YUV 79.85 209.91 134.53 -
System Red Green Blue C M Y K H S L
Decimal 89 47 225 0.60 0.79 0 0.12 254.16 0.75 0.53
Hex 59 2F E1 3C 4F 0 C FE 4B 35
Octal 131 57 341 74 117 0 14 376 113 65
Binary 1011001 101111 11100001 111100 1001111 0 1100 11111110 1001011 110101

Color Harmonies of #592FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592FE1

Black with #592FE1

Text Example


Text Example

White with #592FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592FE1; }

 p { color: rgb(89,47,225); }

 H1.HeaderClassName
 {
   color: #592FE1;
 }
 .AnyTagClassName
 {
   color: #592FE1;
 }
</style>

background-color css

<style>
 a { background-color: #592FE1; }

 a { background-color: rgb(89,47,225); }

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

border-color css

<style>
 span { border-color: #592FE1; }

 span { border-color: rgb(89,47,225); }

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