Html Css Color HEX #612882 Kingfisher Daisy

📋 copy color: '#612882'

red 97 ◦ green 40 ◦ blue 130

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

Shades of Kingfisher Daisy #612882

Tints of Kingfisher Daisy #612882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 48.69%

R = 36.33%
G = 14.98%
B = 48.69%

CMYK

 C value IS 0.25

 M value IS 0.69

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#612882 (or 0x612882) is known color: Kingfisher Daisy. HEX triplet: 61, 28 and 82. RGB value is (97,40,130). Sum of RGB (Red+Green+Blue) = 97+40+130=267 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.33% from 267); Green value is 40 (16.02% from 255 or 14.98% from 267); Blue value is 130 (51.17% from 255 or 48.69% from 267); Max value from RGB is 130 - color contains mainly: blue. Hex color #612882 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612882 is #9ED77D. Grayscale: #434343. Windows color (decimal): -10409854 or 8530017. OLE color: 8530017.

HSL color Cylindrical-coordinate representation of color #612882: hue angle of 278º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #612882 is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 97 40 130 -
CMYK 0.25 0.69 0 0.49
HSL 278º 0.53% 0.33% -
HSV(B) 278º 0.69% 0.51% -
XYZ 9.72 5.67 21.7 -
YUV 67.3 163.38 149.18 -
System Red Green Blue C M Y K H S L
Decimal 97 40 130 0.25 0.69 0 0.49 278 0.53 0.33
Hex 61 28 82 19 45 0 31 116 35 21
Octal 141 50 202 31 105 0 61 426 65 41
Binary 1100001 101000 10000010 11001 1000101 0 110001 100010110 110101 100001

Color Harmonies of #612882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612882

Black with #612882

Text Example


Text Example

White with #612882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612882; }

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

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

background-color css

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

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

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

border-color css

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

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

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