#62258E

Color #62258E Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #62258E

Tints of Kingfisher Daisy #62258E

Color information

#62258E (or 0x62258E) is unknown color: approx Kingfisher Daisy. HEX triplet: 62, 25 and 8E. RGB value is (98,37,142). Sum of RGB (Red+Green+Blue) = 98+37+142=277 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.38% from 277); Green value is 37 (14.84% from 255 or 13.36% from 277); Blue value is 142 (55.86% from 255 or 51.26% from 277); Max value from RGB is 142 - color contains mainly: blue. Hex color #62258E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62258E is #9DDA71. Grayscale: #424242. Windows color (decimal): -10345074 or 9315682. OLE color: 9315682.

HSL color Cylindrical-coordinate representation of color #62258E: hue angle of 274.86º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #62258E is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9837142-
CMYK0.310.7400.44
HSL274.86º58.66%35.1%-
HSV(B)274.86º73.94%55.69%-
XYZ10.585.8726.17-
YUV67.21170.21149.96-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.38%
GREEN value IS 37 (14.84% from 255) = 13.36%
BLUE value IS 142 (55.86% from 255) = 51.26%
R=35.38%
G=13.36%
B=51.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal98371420.310.7400.44274.8658.6635.1
Hex62258E1F4A02C1133b23
Octal14245216371120544237343
Binary1100010100101100011101111110010100101100100010011111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62258E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62258E; }

 p { color: rgb(98,37,142); }

 H1.HeaderClassName
 {
   color: #62258E;
 }
 .AnyTagClassName
 {
   color: #62258E;
 }
</style>
background-color css

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

 a { background-color: rgb(98,37,142); }

 div.DivClassName
 {
   background-color: #62258E;
 }
 .BgClassName
 {
   background-color: #62258E;
 }
</style>
border-color css

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

 span { border-color: rgb(98,37,142); }

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