Html Css Color HEX #54237A Blue Diamond

📋 copy color: '#54237A'

red 84 ◦ green 35 ◦ blue 122

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

Shades of Blue Diamond #54237A

Tints of Blue Diamond #54237A

RGB

 RED value IS 84 (33.2% from 255) = 34.85%

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

 BLUE value IS 122 (48.05% from 255) = 50.62%

R = 34.85%
G = 14.52%
B = 50.62%

CMYK

 C value IS 0.31

 M value IS 0.71

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#54237A (or 0x54237A) is known color: Blue Diamond. HEX triplet: 54, 23 and 7A. RGB value is (84,35,122). Sum of RGB (Red+Green+Blue) = 84+35+122=241 (31% of max value = 765). Red value is 84 (33.20% from 255 or 34.85% from 241); Green value is 35 (14.06% from 255 or 14.52% from 241); Blue value is 122 (48.05% from 255 or 50.62% from 241); Max value from RGB is 122 - color contains mainly: blue. Hex color #54237A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54237A is #ABDC85. Grayscale: #3B3B3B. Windows color (decimal): -11263110 or 8004436. OLE color: 8004436.

HSL color Cylindrical-coordinate representation of color #54237A: hue angle of 273.79º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #54237A is Cyan = 0.31, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 84 35 122 -
CMYK 0.31 0.71 0 0.52
HSL 273.79º 0.55% 0.31% -
HSV(B) 273.79º 0.71% 0.48% -
XYZ 7.77 4.49 18.87 -
YUV 59.57 163.23 145.43 -
System Red Green Blue C M Y K H S L
Decimal 84 35 122 0.31 0.71 0 0.52 273.79 0.55 0.31
Hex 54 23 7A 1F 47 0 34 112 37 1F
Octal 124 43 172 37 107 0 64 422 67 37
Binary 1010100 100011 1111010 11111 1000111 0 110100 100010010 110111 11111

Color Harmonies of #54237A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54237A

Black with #54237A

Text Example


Text Example

White with #54237A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54237A; }

 p { color: rgb(84,35,122); }

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

background-color css

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

 a { background-color: rgb(84,35,122); }

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

border-color css

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

 span { border-color: rgb(84,35,122); }

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