Html Css Color HEX #61297F Kingfisher Daisy

📋 copy color: '#61297F'

red 97 ◦ green 41 ◦ blue 127

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

Shades of Kingfisher Daisy #61297F

Tints of Kingfisher Daisy #61297F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.47%

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

R = 36.6%
G = 15.47%
B = 47.92%

CMYK

 C value IS 0.24

 M value IS 0.68

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#61297F (or 0x61297F) is known color: Kingfisher Daisy. HEX triplet: 61, 29 and 7F. RGB value is (97,41,127). Sum of RGB (Red+Green+Blue) = 97+41+127=265 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.60% from 265); Green value is 41 (16.41% from 255 or 15.47% from 265); Blue value is 127 (50% from 255 or 47.92% from 265); Max value from RGB is 127 - color contains mainly: blue. Hex color #61297F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61297F is #9ED680. Grayscale: #434343. Windows color (decimal): -10409601 or 8333665. OLE color: 8333665.

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

Color convert

RGB 97 41 127 -
CMYK 0.24 0.68 0 0.50
HSL 279.07º 0.51% 0.33% -
HSV(B) 279.07º 0.68% 0.5% -
XYZ 9.55 5.66 20.67 -
YUV 67.55 161.55 149.01 -
System Red Green Blue C M Y K H S L
Decimal 97 41 127 0.24 0.68 0 0.50 279.07 0.51 0.33
Hex 61 29 7F 18 44 0 32 117 33 21
Octal 141 51 177 30 104 0 62 427 63 41
Binary 1100001 101001 1111111 11000 1000100 0 110010 100010111 110011 100001

Color Harmonies of #61297F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61297F

Black with #61297F

Text Example


Text Example

White with #61297F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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