Html Css Color HEX #612380 Kingfisher Daisy

📋 copy color: '#612380'

red 97 ◦ green 35 ◦ blue 128

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

Shades of Kingfisher Daisy #612380

Tints of Kingfisher Daisy #612380

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.46%

 BLUE value IS 128 (50.39% from 255) = 49.23%

R = 37.31%
G = 13.46%
B = 49.23%

CMYK

 C value IS 0.24

 M value IS 0.73

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#612380 (or 0x612380) is known color: Kingfisher Daisy. HEX triplet: 61, 23 and 80. RGB value is (97,35,128). Sum of RGB (Red+Green+Blue) = 97+35+128=260 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.31% from 260); Green value is 35 (14.06% from 255 or 13.46% from 260); Blue value is 128 (50.39% from 255 or 49.23% from 260); Max value from RGB is 128 - color contains mainly: blue. Hex color #612380 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612380 is #9EDC7F. Grayscale: #3F3F3F. Windows color (decimal): -10411136 or 8397665. OLE color: 8397665.

HSL color Cylindrical-coordinate representation of color #612380: hue angle of 280º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #612380 is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 97 35 128 -
CMYK 0.24 0.73 0 0.50
HSL 280º 0.57% 0.32% -
HSV(B) 280º 0.73% 0.5% -
XYZ 9.43 5.3 20.95 -
YUV 64.14 164.04 151.44 -
System Red Green Blue C M Y K H S L
Decimal 97 35 128 0.24 0.73 0 0.50 280 0.57 0.32
Hex 61 23 80 18 49 0 32 118 39 20
Octal 141 43 200 30 111 0 62 430 71 40
Binary 1100001 100011 10000000 11000 1001001 0 110010 100011000 111001 100000

Color Harmonies of #612380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612380

Black with #612380

Text Example


Text Example

White with #612380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612380; }

 p { color: rgb(97,35,128); }

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

background-color css

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

 a { background-color: rgb(97,35,128); }

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

border-color css

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

 span { border-color: rgb(97,35,128); }

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