Html Css Color HEX #512382 Kingfisher Daisy

📋 copy color: '#512382'

red 81 ◦ green 35 ◦ blue 130

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

Shades of Kingfisher Daisy #512382

Tints of Kingfisher Daisy #512382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 52.85%

R = 32.93%
G = 14.23%
B = 52.85%

CMYK

 C value IS 0.38

 M value IS 0.73

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#512382 (or 0x512382) is known color: Kingfisher Daisy. HEX triplet: 51, 23 and 82. RGB value is (81,35,130). Sum of RGB (Red+Green+Blue) = 81+35+130=246 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.93% from 246); Green value is 35 (14.06% from 255 or 14.23% from 246); Blue value is 130 (51.17% from 255 or 52.85% from 246); Max value from RGB is 130 - color contains mainly: blue. Hex color #512382 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512382 is #AEDC7D. Grayscale: #3B3B3B. Windows color (decimal): -11459710 or 8528721. OLE color: 8528721.

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

Color convert

RGB 81 35 130 -
CMYK 0.38 0.73 0 0.49
HSL 269.05º 0.58% 0.32% -
HSV(B) 269.05º 0.73% 0.51% -
XYZ 8.02 4.56 21.58 -
YUV 59.58 167.74 143.28 -
System Red Green Blue C M Y K H S L
Decimal 81 35 130 0.38 0.73 0 0.49 269.05 0.58 0.32
Hex 51 23 82 26 49 0 31 10D 3A 20
Octal 121 43 202 46 111 0 61 415 72 40
Binary 1010001 100011 10000010 100110 1001001 0 110001 100001101 111010 100000

Color Harmonies of #512382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512382

Black with #512382

Text Example


Text Example

White with #512382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512382; }

 p { color: rgb(81,35,130); }

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

background-color css

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

 a { background-color: rgb(81,35,130); }

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

border-color css

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

 span { border-color: rgb(81,35,130); }

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