Html Css Color HEX #61228F Kingfisher Daisy

📋 copy color: '#61228F'

red 97 ◦ green 34 ◦ blue 143

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

Shades of Kingfisher Daisy #61228F

Tints of Kingfisher Daisy #61228F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.41%

 BLUE value IS 143 (56.25% from 255) = 52.19%

R = 35.4%
G = 12.41%
B = 52.19%

CMYK

 C value IS 0.32

 M value IS 0.76

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#61228F (or 0x61228F) is known color: Kingfisher Daisy. HEX triplet: 61, 22 and 8F. RGB value is (97,34,143). Sum of RGB (Red+Green+Blue) = 97+34+143=274 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.40% from 274); Green value is 34 (13.67% from 255 or 12.41% from 274); Blue value is 143 (56.25% from 255 or 52.19% from 274); Max value from RGB is 143 - color contains mainly: blue. Hex color #61228F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61228F is #9EDD70. Grayscale: #404040. Windows color (decimal): -10411377 or 9380449. OLE color: 9380449.

HSL color Cylindrical-coordinate representation of color #61228F: hue angle of 274.68º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #61228F is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 97 34 143 -
CMYK 0.32 0.76 0 0.44
HSL 274.68º 0.62% 0.35% -
HSV(B) 274.68º 0.76% 0.56% -
XYZ 10.46 5.67 26.53 -
YUV 65.26 171.87 150.64 -
System Red Green Blue C M Y K H S L
Decimal 97 34 143 0.32 0.76 0 0.44 274.68 0.62 0.35
Hex 61 22 8F 20 4C 0 2C 113 3E 23
Octal 141 42 217 40 114 0 54 423 76 43
Binary 1100001 100010 10001111 100000 1001100 0 101100 100010011 111110 100011

Color Harmonies of #61228F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61228F

Black with #61228F

Text Example


Text Example

White with #61228F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61228F; }

 p { color: rgb(97,34,143); }

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

background-color css

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

 a { background-color: rgb(97,34,143); }

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

border-color css

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

 span { border-color: rgb(97,34,143); }

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