Html Css Color HEX #652A88 Kingfisher Daisy

📋 copy color: '#652A88'

red 101 ◦ green 42 ◦ blue 136

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

Shades of Kingfisher Daisy #652A88

Tints of Kingfisher Daisy #652A88

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.05%

 BLUE value IS 136 (53.52% from 255) = 48.75%

R = 36.2%
G = 15.05%
B = 48.75%

CMYK

 C value IS 0.26

 M value IS 0.69

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#652A88 (or 0x652A88) is known color: Kingfisher Daisy. HEX triplet: 65, 2A and 88. RGB value is (101,42,136). Sum of RGB (Red+Green+Blue) = 101+42+136=279 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.20% from 279); Green value is 42 (16.80% from 255 or 15.05% from 279); Blue value is 136 (53.52% from 255 or 48.75% from 279); Max value from RGB is 136 - color contains mainly: blue. Hex color #652A88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652A88 is #9AD577. Grayscale: #464646. Windows color (decimal): -10147192 or 8923749. OLE color: 8923749.

HSL color Cylindrical-coordinate representation of color #652A88: hue angle of 277.66º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #652A88 is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 101 42 136 -
CMYK 0.26 0.69 0 0.47
HSL 277.66º 0.53% 0.35% -
HSV(B) 277.66º 0.69% 0.53% -
XYZ 10.64 6.2 23.93 -
YUV 70.36 165.05 149.86 -
System Red Green Blue C M Y K H S L
Decimal 101 42 136 0.26 0.69 0 0.47 277.66 0.53 0.35
Hex 65 2A 88 1A 45 0 2F 116 35 23
Octal 145 52 210 32 105 0 57 426 65 43
Binary 1100101 101010 10001000 11010 1000101 0 101111 100010110 110101 100011

Color Harmonies of #652A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652A88

Black with #652A88

Text Example


Text Example

White with #652A88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,42,136); }

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

background-color css

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

 a { background-color: rgb(101,42,136); }

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

border-color css

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

 span { border-color: rgb(101,42,136); }

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