Html Css Color HEX #592CFA Han Purple

📋 copy color: '#592CFA'

red 89 ◦ green 44 ◦ blue 250

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

Shades of Han Purple #592CFA

Tints of Han Purple #592CFA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.49%

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

R = 23.24%
G = 11.49%
B = 65.27%

CMYK

 C value IS 0.64

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#592CFA (or 0x592CFA) is known color: Han Purple. HEX triplet: 59, 2C and FA. RGB value is (89,44,250). Sum of RGB (Red+Green+Blue) = 89+44+250=383 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.24% from 383); Green value is 44 (17.58% from 255 or 11.49% from 383); Blue value is 250 (98.05% from 255 or 65.27% from 383); Max value from RGB is 250 - color contains mainly: blue. Hex color #592CFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #592CFA is #A6D305. Grayscale: #505050. Windows color (decimal): -10932998 or 16395353. OLE color: 16395353.

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

Color convert

RGB 89 44 250 -
CMYK 0.64 0.82 0 0.02
HSL 253.11º 0.95% 0.58% -
HSV(B) 253.11º 0.82% 0.98% -
XYZ 22.28 10.83 91.36 -
YUV 80.94 223.41 133.75 -
System Red Green Blue C M Y K H S L
Decimal 89 44 250 0.64 0.82 0 0.02 253.11 0.95 0.58
Hex 59 2C FA 40 52 0 2 FD 5F 3A
Octal 131 54 372 100 122 0 2 375 137 72
Binary 1011001 101100 11111010 1000000 1010010 0 10 11111101 1011111 111010

Color Harmonies of #592CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592CFA

Black with #592CFA

Text Example


Text Example

White with #592CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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