Html Css Color HEX #612188 Kingfisher Daisy

📋 copy color: '#612188'

red 97 ◦ green 33 ◦ blue 136

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

Shades of Kingfisher Daisy #612188

Tints of Kingfisher Daisy #612188

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.41%

 BLUE value IS 136 (53.52% from 255) = 51.13%

R = 36.47%
G = 12.41%
B = 51.13%

CMYK

 C value IS 0.29

 M value IS 0.76

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#612188 (or 0x612188) is known color: Kingfisher Daisy. HEX triplet: 61, 21 and 88. RGB value is (97,33,136). Sum of RGB (Red+Green+Blue) = 97+33+136=266 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.47% from 266); Green value is 33 (13.28% from 255 or 12.41% from 266); Blue value is 136 (53.52% from 255 or 51.13% from 266); Max value from RGB is 136 - color contains mainly: blue. Hex color #612188 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612188 is #9EDE77. Grayscale: #3F3F3F. Windows color (decimal): -10411640 or 8921441. OLE color: 8921441.

HSL color Cylindrical-coordinate representation of color #612188: hue angle of 277.28º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #612188 is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 97 33 136 -
CMYK 0.29 0.76 0 0.47
HSL 277.28º 0.61% 0.33% -
HSV(B) 277.28º 0.76% 0.53% -
XYZ 9.92 5.41 23.81 -
YUV 63.88 168.7 151.62 -
System Red Green Blue C M Y K H S L
Decimal 97 33 136 0.29 0.76 0 0.47 277.28 0.61 0.33
Hex 61 21 88 1D 4C 0 2F 115 3D 21
Octal 141 41 210 35 114 0 57 425 75 41
Binary 1100001 100001 10001000 11101 1001100 0 101111 100010101 111101 100001

Color Harmonies of #612188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612188

Black with #612188

Text Example


Text Example

White with #612188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612188; }

 p { color: rgb(97,33,136); }

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

background-color css

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

 a { background-color: rgb(97,33,136); }

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

border-color css

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

 span { border-color: rgb(97,33,136); }

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