Html Css Color HEX #50227F Blue Diamond

📋 copy color: '#50227F'

red 80 ◦ green 34 ◦ blue 127

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

Shades of Blue Diamond #50227F

Tints of Blue Diamond #50227F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 52.7%

R = 33.2%
G = 14.11%
B = 52.7%

CMYK

 C value IS 0.37

 M value IS 0.73

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#50227F (or 0x50227F) is known color: Blue Diamond. HEX triplet: 50, 22 and 7F. RGB value is (80,34,127). Sum of RGB (Red+Green+Blue) = 80+34+127=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 34 (13.67% from 255 or 14.11% from 241); Blue value is 127 (50% from 255 or 52.70% from 241); Max value from RGB is 127 - color contains mainly: blue. Hex color #50227F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50227F is #AFDD80. Grayscale: #3A3A3A. Windows color (decimal): -11525505 or 8331856. OLE color: 8331856.

HSL color Cylindrical-coordinate representation of color #50227F: hue angle of 269.68º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #50227F is Cyan = 0.37, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 80 34 127 -
CMYK 0.37 0.73 0 0.50
HSL 269.68º 0.58% 0.32% -
HSV(B) 269.68º 0.73% 0.5% -
XYZ 7.71 4.38 20.52 -
YUV 58.36 166.74 143.44 -
System Red Green Blue C M Y K H S L
Decimal 80 34 127 0.37 0.73 0 0.50 269.68 0.58 0.32
Hex 50 22 7F 25 49 0 32 10E 3A 20
Octal 120 42 177 45 111 0 62 416 72 40
Binary 1010000 100010 1111111 100101 1001001 0 110010 100001110 111010 100000

Color Harmonies of #50227F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50227F

Black with #50227F

Text Example


Text Example

White with #50227F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50227F; }

 p { color: rgb(80,34,127); }

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

background-color css

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

 a { background-color: rgb(80,34,127); }

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

border-color css

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

 span { border-color: rgb(80,34,127); }

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