Html Css Color HEX #580269 Indigo

📋 copy color: '#580269'

red 88 ◦ green 2 ◦ blue 105

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

Shades of Indigo #580269

Tints of Indigo #580269

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.03%

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

R = 45.13%
G = 1.03%
B = 53.85%

CMYK

 C value IS 0.16

 M value IS 0.98

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#580269 (or 0x580269) is known color: Indigo. HEX triplet: 58, 02 and 69. RGB value is (88,2,105). Sum of RGB (Red+Green+Blue) = 88+2+105=195 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.13% from 195); Green value is 2 (1.17% from 255 or 1.03% from 195); Blue value is 105 (41.41% from 255 or 53.85% from 195); Max value from RGB is 105 - color contains mainly: blue. Hex color #580269 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580269 is #A7FD96. Grayscale: #272727. Windows color (decimal): -11009431 or 6881880. OLE color: 6881880.

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

Color convert

RGB 88 2 105 -
CMYK 0.16 0.98 0 0.59
HSL 290.1º 0.96% 0.21% -
HSV(B) 290.1º 0.98% 0.41% -
XYZ 6.6 3.14 13.62 -
YUV 39.46 164.99 162.62 -
System Red Green Blue C M Y K H S L
Decimal 88 2 105 0.16 0.98 0 0.59 290.1 0.96 0.21
Hex 58 2 69 10 62 0 3B 122 60 15
Octal 130 2 151 20 142 0 73 442 140 25
Binary 1011000 10 1101001 10000 1100010 0 111011 100100010 1100000 10101

Color Harmonies of #580269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580269

Black with #580269

Text Example


Text Example

White with #580269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580269; }

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

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

background-color css

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

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

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

border-color css

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

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

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