Html Css Color HEX #652882 Kingfisher Daisy

📋 copy color: '#652882'

red 101 ◦ green 40 ◦ blue 130

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

Shades of Kingfisher Daisy #652882

Tints of Kingfisher Daisy #652882

RGB

 RED value IS 101 (39.84% from 255) = 37.27%

 GREEN value IS 40 (16.02% from 255) = 14.76%

 BLUE value IS 130 (51.17% from 255) = 47.97%

R = 37.27%
G = 14.76%
B = 47.97%

CMYK

 C value IS 0.22

 M value IS 0.69

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#652882 (or 0x652882) is known color: Kingfisher Daisy. HEX triplet: 65, 28 and 82. RGB value is (101,40,130). Sum of RGB (Red+Green+Blue) = 101+40+130=271 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.27% from 271); Green value is 40 (16.02% from 255 or 14.76% from 271); Blue value is 130 (51.17% from 255 or 47.97% from 271); Max value from RGB is 130 - color contains mainly: blue. Hex color #652882 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652882 is #9AD77D. Grayscale: #444444. Windows color (decimal): -10147710 or 8530021. OLE color: 8530021.

HSL color Cylindrical-coordinate representation of color #652882: hue angle of 280.67º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #652882 is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 101 40 130 -
CMYK 0.22 0.69 0 0.49
HSL 280.67º 0.53% 0.33% -
HSV(B) 280.67º 0.69% 0.51% -
XYZ 10.15 5.9 21.72 -
YUV 68.5 162.71 151.18 -
System Red Green Blue C M Y K H S L
Decimal 101 40 130 0.22 0.69 0 0.49 280.67 0.53 0.33
Hex 65 28 82 16 45 0 31 119 35 21
Octal 145 50 202 26 105 0 61 431 65 41
Binary 1100101 101000 10000010 10110 1000101 0 110001 100011001 110101 100001

Color Harmonies of #652882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652882

Black with #652882

Text Example


Text Example

White with #652882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652882; }

 p { color: rgb(101,40,130); }

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

background-color css

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

 a { background-color: rgb(101,40,130); }

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

border-color css

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

 span { border-color: rgb(101,40,130); }

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