Html Css Color HEX #52418A Gigas

📋 copy color: '#52418A'

red 82 ◦ green 65 ◦ blue 138

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

Shades of Gigas #52418A

Tints of Gigas #52418A

RGB

 RED value IS 82 (32.42% from 255) = 28.77%

 GREEN value IS 65 (25.78% from 255) = 22.81%

 BLUE value IS 138 (54.3% from 255) = 48.42%

R = 28.77%
G = 22.81%
B = 48.42%

CMYK

 C value IS 0.41

 M value IS 0.53

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#52418A (or 0x52418A) is known color: Gigas. HEX triplet: 52, 41 and 8A. RGB value is (82,65,138). Sum of RGB (Red+Green+Blue) = 82+65+138=285 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.77% from 285); Green value is 65 (25.78% from 255 or 22.81% from 285); Blue value is 138 (54.30% from 255 or 48.42% from 285); Max value from RGB is 138 - color contains mainly: blue. Hex color #52418A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52418A is #ADBE75. Grayscale: #4E4E4E. Windows color (decimal): -11386486 or 9060690. OLE color: 9060690.

HSL color Cylindrical-coordinate representation of color #52418A: hue angle of 253.97º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #52418A is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 82 65 138 -
CMYK 0.41 0.53 0 0.46
HSL 253.97º 0.36% 0.4% -
HSV(B) 253.97º 0.53% 0.54% -
XYZ 9.96 7.41 24.95 -
YUV 78.41 161.63 130.56 -
System Red Green Blue C M Y K H S L
Decimal 82 65 138 0.41 0.53 0 0.46 253.97 0.36 0.4
Hex 52 41 8A 29 35 0 2E FE 24 28
Octal 122 101 212 51 65 0 56 376 44 50
Binary 1010010 1000001 10001010 101001 110101 0 101110 11111110 100100 101000

Color Harmonies of #52418A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52418A

Black with #52418A

Text Example


Text Example

White with #52418A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,65,138); }

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

background-color css

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

 a { background-color: rgb(82,65,138); }

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

border-color css

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

 span { border-color: rgb(82,65,138); }

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