Html Css Color HEX #612385 Kingfisher Daisy

📋 copy color: '#612385'

red 97 ◦ green 35 ◦ blue 133

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

Shades of Kingfisher Daisy #612385

Tints of Kingfisher Daisy #612385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 50.19%

R = 36.6%
G = 13.21%
B = 50.19%

CMYK

 C value IS 0.27

 M value IS 0.74

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#612385 (or 0x612385) is known color: Kingfisher Daisy. HEX triplet: 61, 23 and 85. RGB value is (97,35,133). Sum of RGB (Red+Green+Blue) = 97+35+133=265 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.60% from 265); Green value is 35 (14.06% from 255 or 13.21% from 265); Blue value is 133 (52.34% from 255 or 50.19% from 265); Max value from RGB is 133 - color contains mainly: blue. Hex color #612385 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612385 is #9EDC7A. Grayscale: #404040. Windows color (decimal): -10411131 or 8725345. OLE color: 8725345.

HSL color Cylindrical-coordinate representation of color #612385: hue angle of 277.96º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #612385 is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 97 35 133 -
CMYK 0.27 0.74 0 0.48
HSL 277.96º 0.58% 0.33% -
HSV(B) 277.96º 0.74% 0.52% -
XYZ 9.76 5.44 22.73 -
YUV 64.71 166.54 151.03 -
System Red Green Blue C M Y K H S L
Decimal 97 35 133 0.27 0.74 0 0.48 277.96 0.58 0.33
Hex 61 23 85 1B 4A 0 30 116 3A 21
Octal 141 43 205 33 112 0 60 426 72 41
Binary 1100001 100011 10000101 11011 1001010 0 110000 100010110 111010 100001

Color Harmonies of #612385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612385

Black with #612385

Text Example


Text Example

White with #612385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612385; }

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

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

background-color css

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

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

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

border-color css

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

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

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