Html Css Color HEX #52407B Gigas

📋 copy color: '#52407B'

red 82 ◦ green 64 ◦ blue 123

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

Shades of Gigas #52407B

Tints of Gigas #52407B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 45.72%

R = 30.48%
G = 23.79%
B = 45.72%

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

#52407B (or 0x52407B) is known color: Gigas. HEX triplet: 52, 40 and 7B. RGB value is (82,64,123). Sum of RGB (Red+Green+Blue) = 82+64+123=269 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.48% from 269); Green value is 64 (25.39% from 255 or 23.79% from 269); Blue value is 123 (48.44% from 255 or 45.72% from 269); Max value from RGB is 123 - color contains mainly: blue. Hex color #52407B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52407B is #ADBF84. Grayscale: #4B4B4B. Windows color (decimal): -11386757 or 8077394. OLE color: 8077394.

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

Color convert

RGB 82 64 123 -
CMYK 0.33 0.48 0 0.52
HSL 258.31º 0.32% 0.37% -
HSV(B) 258.31º 0.48% 0.48% -
XYZ 8.89 6.89 19.6 -
YUV 76.11 154.46 132.2 -
System Red Green Blue C M Y K H S L
Decimal 82 64 123 0.33 0.48 0 0.52 258.31 0.32 0.37
Hex 52 40 7B 21 30 0 34 102 20 25
Octal 122 100 173 41 60 0 64 402 40 45
Binary 1010010 1000000 1111011 100001 110000 0 110100 100000010 100000 100101

Color Harmonies of #52407B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52407B

Black with #52407B

Text Example


Text Example

White with #52407B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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