Html Css Color HEX #50238C Kingfisher Daisy

📋 copy color: '#50238C'

red 80 ◦ green 35 ◦ blue 140

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

Shades of Kingfisher Daisy #50238C

Tints of Kingfisher Daisy #50238C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 54.9%

R = 31.37%
G = 13.73%
B = 54.9%

CMYK

 C value IS 0.43

 M value IS 0.75

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#50238C (or 0x50238C) is known color: Kingfisher Daisy. HEX triplet: 50, 23 and 8C. RGB value is (80,35,140). Sum of RGB (Red+Green+Blue) = 80+35+140=255 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.37% from 255); Green value is 35 (14.06% from 255 or 13.73% from 255); Blue value is 140 (55.08% from 255 or 54.90% from 255); Max value from RGB is 140 - color contains mainly: blue. Hex color #50238C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50238C is #AFDC73. Grayscale: #3C3C3C. Windows color (decimal): -11525236 or 9184080. OLE color: 9184080.

HSL color Cylindrical-coordinate representation of color #50238C: hue angle of 265.71º 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 #50238C is Cyan = 0.43, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 80 35 140 -
CMYK 0.43 0.75 0 0.45
HSL 265.71º 0.6% 0.34% -
HSV(B) 265.71º 0.75% 0.55% -
XYZ 8.64 4.8 25.28 -
YUV 60.43 172.91 141.96 -
System Red Green Blue C M Y K H S L
Decimal 80 35 140 0.43 0.75 0 0.45 265.71 0.6 0.34
Hex 50 23 8C 2B 4B 0 2D 10A 3C 22
Octal 120 43 214 53 113 0 55 412 74 42
Binary 1010000 100011 10001100 101011 1001011 0 101101 100001010 111100 100010

Color Harmonies of #50238C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50238C

Black with #50238C

Text Example


Text Example

White with #50238C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50238C; }

 p { color: rgb(80,35,140); }

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

background-color css

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

 a { background-color: rgb(80,35,140); }

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

border-color css

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

 span { border-color: rgb(80,35,140); }

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