Html Css Color HEX #61287F Kingfisher Daisy

📋 copy color: '#61287F'

red 97 ◦ green 40 ◦ blue 127

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

Shades of Kingfisher Daisy #61287F

Tints of Kingfisher Daisy #61287F

RGB

 RED value IS 97 (38.28% from 255) = 36.74%

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

 BLUE value IS 127 (50% from 255) = 48.11%

R = 36.74%
G = 15.15%
B = 48.11%

CMYK

 C value IS 0.24

 M value IS 0.69

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#61287F (or 0x61287F) is known color: Kingfisher Daisy. HEX triplet: 61, 28 and 7F. RGB value is (97,40,127). Sum of RGB (Red+Green+Blue) = 97+40+127=264 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.74% from 264); Green value is 40 (16.02% from 255 or 15.15% from 264); Blue value is 127 (50% from 255 or 48.11% from 264); Max value from RGB is 127 - color contains mainly: blue. Hex color #61287F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61287F is #9ED780. Grayscale: #424242. Windows color (decimal): -10409857 or 8333409. OLE color: 8333409.

HSL color Cylindrical-coordinate representation of color #61287F: hue angle of 279.31º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #61287F is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 97 40 127 -
CMYK 0.24 0.69 0 0.50
HSL 279.31º 0.52% 0.33% -
HSV(B) 279.31º 0.69% 0.5% -
XYZ 9.52 5.59 20.66 -
YUV 66.96 161.88 149.43 -
System Red Green Blue C M Y K H S L
Decimal 97 40 127 0.24 0.69 0 0.50 279.31 0.52 0.33
Hex 61 28 7F 18 45 0 32 117 34 21
Octal 141 50 177 30 105 0 62 427 64 41
Binary 1100001 101000 1111111 11000 1000101 0 110010 100010111 110100 100001

Color Harmonies of #61287F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61287F

Black with #61287F

Text Example


Text Example

White with #61287F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61287F; }

 p { color: rgb(97,40,127); }

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

background-color css

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

 a { background-color: rgb(97,40,127); }

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

border-color css

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

 span { border-color: rgb(97,40,127); }

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