Html Css Color HEX #532390 Kingfisher Daisy

📋 copy color: '#532390'

red 83 ◦ green 35 ◦ blue 144

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

Shades of Kingfisher Daisy #532390

Tints of Kingfisher Daisy #532390

RGB

 RED value IS 83 (32.81% from 255) = 31.68%

 GREEN value IS 35 (14.06% from 255) = 13.36%

 BLUE value IS 144 (56.64% from 255) = 54.96%

R = 31.68%
G = 13.36%
B = 54.96%

CMYK

 C value IS 0.42

 M value IS 0.76

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#532390 (or 0x532390) is known color: Kingfisher Daisy. HEX triplet: 53, 23 and 90. RGB value is (83,35,144). Sum of RGB (Red+Green+Blue) = 83+35+144=262 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.68% from 262); Green value is 35 (14.06% from 255 or 13.36% from 262); Blue value is 144 (56.64% from 255 or 54.96% from 262); Max value from RGB is 144 - color contains mainly: blue. Hex color #532390 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532390 is #ACDC6F. Grayscale: #3D3D3D. Windows color (decimal): -11328624 or 9446227. OLE color: 9446227.

HSL color Cylindrical-coordinate representation of color #532390: hue angle of 266.42º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #532390 is Cyan = 0.42, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 83 35 144 -
CMYK 0.42 0.76 0 0.44
HSL 266.42º 0.61% 0.35% -
HSV(B) 266.42º 0.76% 0.56% -
XYZ 9.2 5.05 26.88 -
YUV 61.78 174.4 143.14 -
System Red Green Blue C M Y K H S L
Decimal 83 35 144 0.42 0.76 0 0.44 266.42 0.61 0.35
Hex 53 23 90 2A 4C 0 2C 10A 3D 23
Octal 123 43 220 52 114 0 54 412 75 43
Binary 1010011 100011 10010000 101010 1001100 0 101100 100001010 111101 100011

Color Harmonies of #532390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532390

Black with #532390

Text Example


Text Example

White with #532390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532390; }

 p { color: rgb(83,35,144); }

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

background-color css

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

 a { background-color: rgb(83,35,144); }

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

border-color css

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

 span { border-color: rgb(83,35,144); }

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