Html Css Color HEX #652682 Kingfisher Daisy

📋 copy color: '#652682'

red 101 ◦ green 38 ◦ blue 130

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

Shades of Kingfisher Daisy #652682

Tints of Kingfisher Daisy #652682

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.13%

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

R = 37.55%
G = 14.13%
B = 48.33%

CMYK

 C value IS 0.22

 M value IS 0.71

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#652682 (or 0x652682) is known color: Kingfisher Daisy. HEX triplet: 65, 26 and 82. RGB value is (101,38,130). Sum of RGB (Red+Green+Blue) = 101+38+130=269 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.55% from 269); Green value is 38 (15.23% from 255 or 14.13% from 269); Blue value is 130 (51.17% from 255 or 48.33% from 269); Max value from RGB is 130 - color contains mainly: blue. Hex color #652682 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652682 is #9AD97D. Grayscale: #434343. Windows color (decimal): -10148222 or 8529509. OLE color: 8529509.

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

Color convert

RGB 101 38 130 -
CMYK 0.22 0.71 0 0.49
HSL 281.09º 0.55% 0.33% -
HSV(B) 281.09º 0.71% 0.51% -
XYZ 10.09 5.76 21.7 -
YUV 67.33 163.37 152.02 -
System Red Green Blue C M Y K H S L
Decimal 101 38 130 0.22 0.71 0 0.49 281.09 0.55 0.33
Hex 65 26 82 16 47 0 31 119 37 21
Octal 145 46 202 26 107 0 61 431 67 41
Binary 1100101 100110 10000010 10110 1000111 0 110001 100011001 110111 100001

Color Harmonies of #652682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652682

Black with #652682

Text Example


Text Example

White with #652682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652682; }

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

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

background-color css

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

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

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

border-color css

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

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

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