Html Css Color HEX #52258B Kingfisher Daisy

📋 copy color: '#52258B'

red 82 ◦ green 37 ◦ blue 139

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

Shades of Kingfisher Daisy #52258B

Tints of Kingfisher Daisy #52258B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.34%

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

R = 31.78%
G = 14.34%
B = 53.88%

CMYK

 C value IS 0.41

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#52258B (or 0x52258B) is known color: Kingfisher Daisy. HEX triplet: 52, 25 and 8B. RGB value is (82,37,139). Sum of RGB (Red+Green+Blue) = 82+37+139=258 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.78% from 258); Green value is 37 (14.84% from 255 or 14.34% from 258); Blue value is 139 (54.69% from 255 or 53.88% from 258); Max value from RGB is 139 - color contains mainly: blue. Hex color #52258B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52258B is #ADDA74. Grayscale: #3D3D3D. Windows color (decimal): -11393653 or 9119058. OLE color: 9119058.

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

Color convert

RGB 82 37 139 -
CMYK 0.41 0.73 0 0.45
HSL 266.47º 0.58% 0.35% -
HSV(B) 266.47º 0.73% 0.55% -
XYZ 8.8 4.98 24.92 -
YUV 62.08 171.41 142.21 -
System Red Green Blue C M Y K H S L
Decimal 82 37 139 0.41 0.73 0 0.45 266.47 0.58 0.35
Hex 52 25 8B 29 49 0 2D 10A 3A 23
Octal 122 45 213 51 111 0 55 412 72 43
Binary 1010010 100101 10001011 101001 1001001 0 101101 100001010 111010 100011

Color Harmonies of #52258B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52258B

Black with #52258B

Text Example


Text Example

White with #52258B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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