Html Css Color HEX #512283 Kingfisher Daisy

📋 copy color: '#512283'

red 81 ◦ green 34 ◦ blue 131

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

Shades of Kingfisher Daisy #512283

Tints of Kingfisher Daisy #512283

RGB

 RED value IS 81 (32.03% from 255) = 32.93%

 GREEN value IS 34 (13.67% from 255) = 13.82%

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

R = 32.93%
G = 13.82%
B = 53.25%

CMYK

 C value IS 0.38

 M value IS 0.74

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#512283 (or 0x512283) is known color: Kingfisher Daisy. HEX triplet: 51, 22 and 83. RGB value is (81,34,131). Sum of RGB (Red+Green+Blue) = 81+34+131=246 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.93% from 246); Green value is 34 (13.67% from 255 or 13.82% from 246); Blue value is 131 (51.56% from 255 or 53.25% from 246); Max value from RGB is 131 - color contains mainly: blue. Hex color #512283 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512283 is #AEDD7C. Grayscale: #3A3A3A. Windows color (decimal): -11459965 or 8594001. OLE color: 8594001.

HSL color Cylindrical-coordinate representation of color #512283: hue angle of 269.07º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #512283 is Cyan = 0.38, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 81 34 131 -
CMYK 0.38 0.74 0 0.49
HSL 269.07º 0.59% 0.32% -
HSV(B) 269.07º 0.74% 0.51% -
XYZ 8.06 4.53 21.92 -
YUV 59.11 168.57 143.61 -
System Red Green Blue C M Y K H S L
Decimal 81 34 131 0.38 0.74 0 0.49 269.07 0.59 0.32
Hex 51 22 83 26 4A 0 31 10D 3B 20
Octal 121 42 203 46 112 0 61 415 73 40
Binary 1010001 100010 10000011 100110 1001010 0 110001 100001101 111011 100000

Color Harmonies of #512283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512283

Black with #512283

Text Example


Text Example

White with #512283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512283; }

 p { color: rgb(81,34,131); }

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

background-color css

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

 a { background-color: rgb(81,34,131); }

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

border-color css

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

 span { border-color: rgb(81,34,131); }

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