Html Css Color HEX #51238B Kingfisher Daisy

📋 copy color: '#51238B'

red 81 ◦ green 35 ◦ blue 139

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

Shades of Kingfisher Daisy #51238B

Tints of Kingfisher Daisy #51238B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 54.51%

R = 31.76%
G = 13.73%
B = 54.51%

CMYK

 C value IS 0.42

 M value IS 0.75

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#51238B (or 0x51238B) is known color: Kingfisher Daisy. HEX triplet: 51, 23 and 8B. RGB value is (81,35,139). Sum of RGB (Red+Green+Blue) = 81+35+139=255 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.76% from 255); Green value is 35 (14.06% from 255 or 13.73% from 255); Blue value is 139 (54.69% from 255 or 54.51% from 255); Max value from RGB is 139 - color contains mainly: blue. Hex color #51238B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51238B is #AEDC74. Grayscale: #3C3C3C. Windows color (decimal): -11459701 or 9118545. OLE color: 9118545.

HSL color Cylindrical-coordinate representation of color #51238B: hue angle of 266.54º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #51238B is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 81 35 139 -
CMYK 0.42 0.75 0 0.45
HSL 266.54º 0.6% 0.34% -
HSV(B) 266.54º 0.75% 0.55% -
XYZ 8.65 4.82 24.9 -
YUV 60.61 172.24 142.54 -
System Red Green Blue C M Y K H S L
Decimal 81 35 139 0.42 0.75 0 0.45 266.54 0.6 0.34
Hex 51 23 8B 2A 4B 0 2D 10B 3C 22
Octal 121 43 213 52 113 0 55 413 74 42
Binary 1010001 100011 10001011 101010 1001011 0 101101 100001011 111100 100010

Color Harmonies of #51238B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51238B

Black with #51238B

Text Example


Text Example

White with #51238B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51238B; }

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

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

background-color css

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

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

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

border-color css

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

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

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