Html Css Color HEX #652182 Kingfisher Daisy

📋 copy color: '#652182'

red 101 ◦ green 33 ◦ blue 130

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

Shades of Kingfisher Daisy #652182

Tints of Kingfisher Daisy #652182

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.5%

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

R = 38.26%
G = 12.5%
B = 49.24%

CMYK

 C value IS 0.22

 M value IS 0.75

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#652182 (or 0x652182) is known color: Kingfisher Daisy. HEX triplet: 65, 21 and 82. RGB value is (101,33,130). Sum of RGB (Red+Green+Blue) = 101+33+130=264 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.26% from 264); Green value is 33 (13.28% from 255 or 12.5% from 264); Blue value is 130 (51.17% from 255 or 49.24% from 264); Max value from RGB is 130 - color contains mainly: blue. Hex color #652182 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652182 is #9ADE7D. Grayscale: #404040. Windows color (decimal): -10149502 or 8528229. OLE color: 8528229.

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

Color convert

RGB 101 33 130 -
CMYK 0.22 0.75 0 0.49
HSL 282.06º 0.6% 0.32% -
HSV(B) 282.06º 0.75% 0.51% -
XYZ 9.94 5.47 21.65 -
YUV 64.39 165.03 154.11 -
System Red Green Blue C M Y K H S L
Decimal 101 33 130 0.22 0.75 0 0.49 282.06 0.6 0.32
Hex 65 21 82 16 4B 0 31 11A 3C 20
Octal 145 41 202 26 113 0 61 432 74 40
Binary 1100101 100001 10000010 10110 1001011 0 110001 100011010 111100 100000

Color Harmonies of #652182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652182

Black with #652182

Text Example


Text Example

White with #652182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652182; }

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

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

background-color css

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

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

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

border-color css

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

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

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