Html Css Color HEX #58218F Kingfisher Daisy

📋 copy color: '#58218F'

red 88 ◦ green 33 ◦ blue 143

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

Shades of Kingfisher Daisy #58218F

Tints of Kingfisher Daisy #58218F

RGB

 RED value IS 88 (34.77% from 255) = 33.33%

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

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

R = 33.33%
G = 12.5%
B = 54.17%

CMYK

 C value IS 0.38

 M value IS 0.77

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#58218F (or 0x58218F) is known color: Kingfisher Daisy. HEX triplet: 58, 21 and 8F. RGB value is (88,33,143). Sum of RGB (Red+Green+Blue) = 88+33+143=264 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.33% from 264); Green value is 33 (13.28% from 255 or 12.5% from 264); Blue value is 143 (56.25% from 255 or 54.17% from 264); Max value from RGB is 143 - color contains mainly: blue. Hex color #58218F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58218F is #A7DE70. Grayscale: #3D3D3D. Windows color (decimal): -11001457 or 9380184. OLE color: 9380184.

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

Color convert

RGB 88 33 143 -
CMYK 0.38 0.77 0 0.44
HSL 270º 0.63% 0.35% -
HSV(B) 270º 0.77% 0.56% -
XYZ 9.53 5.15 26.48 -
YUV 61.99 173.72 146.56 -
System Red Green Blue C M Y K H S L
Decimal 88 33 143 0.38 0.77 0 0.44 270 0.63 0.35
Hex 58 21 8F 26 4D 0 2C 10E 3E 23
Octal 130 41 217 46 115 0 54 416 76 43
Binary 1011000 100001 10001111 100110 1001101 0 101100 100001110 111110 100011

Color Harmonies of #58218F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58218F

Black with #58218F

Text Example


Text Example

White with #58218F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,33,143); }

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

background-color css

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

 a { background-color: rgb(88,33,143); }

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

border-color css

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

 span { border-color: rgb(88,33,143); }

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