Html Css Color HEX #612992 Kingfisher Daisy

📋 copy color: '#612992'

red 97 ◦ green 41 ◦ blue 146

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

Shades of Kingfisher Daisy #612992

Tints of Kingfisher Daisy #612992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 51.41%

R = 34.15%
G = 14.44%
B = 51.41%

CMYK

 C value IS 0.34

 M value IS 0.72

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#612992 (or 0x612992) is known color: Kingfisher Daisy. HEX triplet: 61, 29 and 92. RGB value is (97,41,146). Sum of RGB (Red+Green+Blue) = 97+41+146=284 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.15% from 284); Green value is 41 (16.41% from 255 or 14.44% from 284); Blue value is 146 (57.42% from 255 or 51.41% from 284); Max value from RGB is 146 - color contains mainly: blue. Hex color #612992 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612992 is #9ED66D. Grayscale: #454545. Windows color (decimal): -10409582 or 9578849. OLE color: 9578849.

HSL color Cylindrical-coordinate representation of color #612992: hue angle of 272º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #612992 is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 97 41 146 -
CMYK 0.34 0.72 0 0.43
HSL 272º 0.56% 0.37% -
HSV(B) 272º 0.72% 0.57% -
XYZ 10.91 6.2 27.82 -
YUV 69.71 171.05 147.46 -
System Red Green Blue C M Y K H S L
Decimal 97 41 146 0.34 0.72 0 0.43 272 0.56 0.37
Hex 61 29 92 22 48 0 2B 110 38 25
Octal 141 51 222 42 110 0 53 420 70 45
Binary 1100001 101001 10010010 100010 1001000 0 101011 100010000 111000 100101

Color Harmonies of #612992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612992

Black with #612992

Text Example


Text Example

White with #612992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612992; }

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

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

background-color css

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

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

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

border-color css

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

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

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