Html Css Color HEX #592FFA Han Purple

📋 copy color: '#592FFA'

red 89 ◦ green 47 ◦ blue 250

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

Shades of Han Purple #592FFA

Tints of Han Purple #592FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 64.77%

R = 23.06%
G = 12.18%
B = 64.77%

CMYK

 C value IS 0.64

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#592FFA (or 0x592FFA) is known color: Han Purple. HEX triplet: 59, 2F and FA. RGB value is (89,47,250). Sum of RGB (Red+Green+Blue) = 89+47+250=386 (51% of max value = 765). Red value is 89 (35.16% from 255 or 23.06% from 386); Green value is 47 (18.75% from 255 or 12.18% from 386); Blue value is 250 (98.05% from 255 or 64.77% from 386); Max value from RGB is 250 - color contains mainly: blue. Hex color #592FFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #592FFA is #A6D005. Grayscale: #515151. Windows color (decimal): -10932230 or 16396121. OLE color: 16396121.

HSL color Cylindrical-coordinate representation of color #592FFA: hue angle of 252.41º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #592FFA is Cyan = 0.64, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 89 47 250 -
CMYK 0.64 0.81 0 0.02
HSL 252.41º 0.95% 0.58% -
HSV(B) 252.41º 0.81% 0.98% -
XYZ 22.39 11.06 91.4 -
YUV 82.7 222.41 132.49 -
System Red Green Blue C M Y K H S L
Decimal 89 47 250 0.64 0.81 0 0.02 252.41 0.95 0.58
Hex 59 2F FA 40 51 0 2 FC 5F 3A
Octal 131 57 372 100 121 0 2 374 137 72
Binary 1011001 101111 11111010 1000000 1010001 0 10 11111100 1011111 111010

Color Harmonies of #592FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592FFA

Black with #592FFA

Text Example


Text Example

White with #592FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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