Html Css Color HEX #503183 Kingfisher Daisy

📋 copy color: '#503183'

red 80 ◦ green 49 ◦ blue 131

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

Shades of Kingfisher Daisy #503183

Tints of Kingfisher Daisy #503183

RGB

 RED value IS 80 (31.64% from 255) = 30.77%

 GREEN value IS 49 (19.53% from 255) = 18.85%

 BLUE value IS 131 (51.56% from 255) = 50.38%

R = 30.77%
G = 18.85%
B = 50.38%

CMYK

 C value IS 0.39

 M value IS 0.63

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#503183 (or 0x503183) is known color: Kingfisher Daisy. HEX triplet: 50, 31 and 83. RGB value is (80,49,131). Sum of RGB (Red+Green+Blue) = 80+49+131=260 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.77% from 260); Green value is 49 (19.53% from 255 or 18.85% from 260); Blue value is 131 (51.56% from 255 or 50.38% from 260); Max value from RGB is 131 - color contains mainly: blue. Hex color #503183 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503183 is #AFCE7C. Grayscale: #434343. Windows color (decimal): -11521661 or 8597840. OLE color: 8597840.

HSL color Cylindrical-coordinate representation of color #503183: hue angle of 262.68º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #503183 is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 80 49 131 -
CMYK 0.39 0.63 0 0.49
HSL 262.68º 0.46% 0.35% -
HSV(B) 262.68º 0.63% 0.51% -
XYZ 8.5 5.54 22.09 -
YUV 67.62 163.77 136.83 -
System Red Green Blue C M Y K H S L
Decimal 80 49 131 0.39 0.63 0 0.49 262.68 0.46 0.35
Hex 50 31 83 27 3F 0 31 107 2E 23
Octal 120 61 203 47 77 0 61 407 56 43
Binary 1010000 110001 10000011 100111 111111 0 110001 100000111 101110 100011

Color Harmonies of #503183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503183

Black with #503183

Text Example


Text Example

White with #503183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503183; }

 p { color: rgb(80,49,131); }

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

background-color css

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

 a { background-color: rgb(80,49,131); }

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

border-color css

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

 span { border-color: rgb(80,49,131); }

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