Html Css Color HEX #580369 Indigo

📋 copy color: '#580369'

red 88 ◦ green 3 ◦ blue 105

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

Shades of Indigo #580369

Tints of Indigo #580369

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.53%

 BLUE value IS 105 (41.41% from 255) = 53.57%

R = 44.9%
G = 1.53%
B = 53.57%

CMYK

 C value IS 0.16

 M value IS 0.97

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#580369 (or 0x580369) is known color: Indigo. HEX triplet: 58, 03 and 69. RGB value is (88,3,105). Sum of RGB (Red+Green+Blue) = 88+3+105=196 (25% of max value = 765). Red value is 88 (34.77% from 255 or 44.90% from 196); Green value is 3 (1.56% from 255 or 1.53% from 196); Blue value is 105 (41.41% from 255 or 53.57% from 196); Max value from RGB is 105 - color contains mainly: blue. Hex color #580369 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580369 is #A7FC96. Grayscale: #272727. Windows color (decimal): -11009175 or 6882136. OLE color: 6882136.

HSL color Cylindrical-coordinate representation of color #580369: hue angle of 290º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #580369 is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 88 3 105 -
CMYK 0.16 0.97 0 0.59
HSL 290º 0.94% 0.21% -
HSV(B) 290º 0.97% 0.41% -
XYZ 6.61 3.16 13.63 -
YUV 40.04 164.66 162.21 -
System Red Green Blue C M Y K H S L
Decimal 88 3 105 0.16 0.97 0 0.59 290 0.94 0.21
Hex 58 3 69 10 61 0 3B 122 5E 15
Octal 130 3 151 20 141 0 73 442 136 25
Binary 1011000 11 1101001 10000 1100001 0 111011 100100010 1011110 10101

Color Harmonies of #580369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580369

Black with #580369

Text Example


Text Example

White with #580369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580369; }

 p { color: rgb(88,3,105); }

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

background-color css

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

 a { background-color: rgb(88,3,105); }

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

border-color css

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

 span { border-color: rgb(88,3,105); }

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