Html Css Color HEX #52407A Gigas

📋 copy color: '#52407A'

red 82 ◦ green 64 ◦ blue 122

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

Shades of Gigas #52407A

Tints of Gigas #52407A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.88%

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

R = 30.6%
G = 23.88%
B = 45.52%

CMYK

 C value IS 0.33

 M value IS 0.48

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#52407A (or 0x52407A) is known color: Gigas. HEX triplet: 52, 40 and 7A. RGB value is (82,64,122). Sum of RGB (Red+Green+Blue) = 82+64+122=268 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.60% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 122 (48.05% from 255 or 45.52% from 268); Max value from RGB is 122 - color contains mainly: blue. Hex color #52407A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52407A is #ADBF85. Grayscale: #4B4B4B. Windows color (decimal): -11386758 or 8011858. OLE color: 8011858.

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

Color convert

RGB 82 64 122 -
CMYK 0.33 0.48 0 0.52
HSL 258.62º 0.31% 0.36% -
HSV(B) 258.62º 0.48% 0.48% -
XYZ 8.83 6.87 19.27 -
YUV 75.99 153.96 132.28 -
System Red Green Blue C M Y K H S L
Decimal 82 64 122 0.33 0.48 0 0.52 258.62 0.31 0.36
Hex 52 40 7A 21 30 0 34 103 1F 24
Octal 122 100 172 41 60 0 64 403 37 44
Binary 1010010 1000000 1111010 100001 110000 0 110100 100000011 11111 100100

Color Harmonies of #52407A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52407A

Black with #52407A

Text Example


Text Example

White with #52407A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,64,122); }

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

background-color css

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

 a { background-color: rgb(82,64,122); }

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

border-color css

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

 span { border-color: rgb(82,64,122); }

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