Html Css Color HEX #652E83 Kingfisher Daisy

📋 copy color: '#652E83'

red 101 ◦ green 46 ◦ blue 131

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

Shades of Kingfisher Daisy #652E83

Tints of Kingfisher Daisy #652E83

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.55%

 BLUE value IS 131 (51.56% from 255) = 47.12%

R = 36.33%
G = 16.55%
B = 47.12%

CMYK

 C value IS 0.23

 M value IS 0.65

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#652E83 (or 0x652E83) is known color: Kingfisher Daisy. HEX triplet: 65, 2E and 83. RGB value is (101,46,131). Sum of RGB (Red+Green+Blue) = 101+46+131=278 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.33% from 278); Green value is 46 (18.36% from 255 or 16.55% from 278); Blue value is 131 (51.56% from 255 or 47.12% from 278); Max value from RGB is 131 - color contains mainly: blue. Hex color #652E83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652E83 is #9AD17C. Grayscale: #474747. Windows color (decimal): -10146173 or 8597093. OLE color: 8597093.

HSL color Cylindrical-coordinate representation of color #652E83: hue angle of 278.82º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #652E83 is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 101 46 131 -
CMYK 0.23 0.65 0 0.49
HSL 278.82º 0.48% 0.35% -
HSV(B) 278.82º 0.65% 0.51% -
XYZ 10.44 6.36 22.15 -
YUV 72.14 161.22 148.59 -
System Red Green Blue C M Y K H S L
Decimal 101 46 131 0.23 0.65 0 0.49 278.82 0.48 0.35
Hex 65 2E 83 17 41 0 31 117 30 23
Octal 145 56 203 27 101 0 61 427 60 43
Binary 1100101 101110 10000011 10111 1000001 0 110001 100010111 110000 100011

Color Harmonies of #652E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652E83

Black with #652E83

Text Example


Text Example

White with #652E83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652E83; }

 p { color: rgb(101,46,131); }

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

background-color css

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

 a { background-color: rgb(101,46,131); }

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

border-color css

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

 span { border-color: rgb(101,46,131); }

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