Html Css Color HEX #612592 Kingfisher Daisy

📋 copy color: '#612592'

red 97 ◦ green 37 ◦ blue 146

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

Shades of Kingfisher Daisy #612592

Tints of Kingfisher Daisy #612592

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.21%

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

R = 34.64%
G = 13.21%
B = 52.14%

CMYK

 C value IS 0.34

 M value IS 0.75

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#612592 (or 0x612592) is known color: Kingfisher Daisy. HEX triplet: 61, 25 and 92. RGB value is (97,37,146). Sum of RGB (Red+Green+Blue) = 97+37+146=280 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.64% from 280); Green value is 37 (14.84% from 255 or 13.21% from 280); Blue value is 146 (57.42% from 255 or 52.14% from 280); Max value from RGB is 146 - color contains mainly: blue. Hex color #612592 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612592 is #9EDA6D. Grayscale: #424242. Windows color (decimal): -10410606 or 9577825. OLE color: 9577825.

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

Color convert

RGB 97 37 146 -
CMYK 0.34 0.75 0 0.43
HSL 273.03º 0.6% 0.36% -
HSV(B) 273.03º 0.75% 0.57% -
XYZ 10.78 5.94 27.77 -
YUV 67.37 172.38 149.14 -
System Red Green Blue C M Y K H S L
Decimal 97 37 146 0.34 0.75 0 0.43 273.03 0.6 0.36
Hex 61 25 92 22 4B 0 2B 111 3C 24
Octal 141 45 222 42 113 0 53 421 74 44
Binary 1100001 100101 10010010 100010 1001011 0 101011 100010001 111100 100100

Color Harmonies of #612592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612592

Black with #612592

Text Example


Text Example

White with #612592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612592; }

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

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

background-color css

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

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

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

border-color css

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

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

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