Html Css Color HEX #52418B Gigas

📋 copy color: '#52418B'

red 82 ◦ green 65 ◦ blue 139

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

Shades of Gigas #52418B

Tints of Gigas #52418B

RGB

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

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

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

R = 28.67%
G = 22.73%
B = 48.6%

CMYK

 C value IS 0.41

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#52418B (or 0x52418B) is known color: Gigas. HEX triplet: 52, 41 and 8B. RGB value is (82,65,139). Sum of RGB (Red+Green+Blue) = 82+65+139=286 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.67% from 286); Green value is 65 (25.78% from 255 or 22.73% from 286); Blue value is 139 (54.69% from 255 or 48.60% from 286); Max value from RGB is 139 - color contains mainly: blue. Hex color #52418B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52418B is #ADBE74. Grayscale: #4E4E4E. Windows color (decimal): -11386485 or 9126226. OLE color: 9126226.

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

Color convert

RGB 82 65 139 -
CMYK 0.41 0.53 0 0.45
HSL 253.78º 0.36% 0.4% -
HSV(B) 253.78º 0.53% 0.55% -
XYZ 10.03 7.44 25.33 -
YUV 78.52 162.13 130.48 -
System Red Green Blue C M Y K H S L
Decimal 82 65 139 0.41 0.53 0 0.45 253.78 0.36 0.4
Hex 52 41 8B 29 35 0 2D FE 24 28
Octal 122 101 213 51 65 0 55 376 44 50
Binary 1010010 1000001 10001011 101001 110101 0 101101 11111110 100100 101000

Color Harmonies of #52418B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52418B

Black with #52418B

Text Example


Text Example

White with #52418B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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