Html Css Color HEX #58099C Indigo

📋 copy color: '#58099C'

red 88 ◦ green 9 ◦ blue 156

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

Shades of Indigo #58099C

Tints of Indigo #58099C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.56%

 BLUE value IS 156 (61.33% from 255) = 61.66%

R = 34.78%
G = 3.56%
B = 61.66%

CMYK

 C value IS 0.44

 M value IS 0.94

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#58099C (or 0x58099C) is known color: Indigo. HEX triplet: 58, 09 and 9C. RGB value is (88,9,156). Sum of RGB (Red+Green+Blue) = 88+9+156=253 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.78% from 253); Green value is 9 (3.91% from 255 or 3.56% from 253); Blue value is 156 (61.33% from 255 or 61.66% from 253); Max value from RGB is 156 - color contains mainly: blue. Hex color #58099C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #58099C is #A7F663. Grayscale: #303030. Windows color (decimal): -11007588 or 10226008. OLE color: 10226008.

HSL color Cylindrical-coordinate representation of color #58099C: hue angle of 272.24º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #58099C is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 88 9 156 -
CMYK 0.44 0.94 0 0.39
HSL 272.24º 0.89% 0.32% -
HSV(B) 272.24º 0.94% 0.61% -
XYZ 10.12 4.67 31.82 -
YUV 49.38 188.17 155.55 -
System Red Green Blue C M Y K H S L
Decimal 88 9 156 0.44 0.94 0 0.39 272.24 0.89 0.32
Hex 58 9 9C 2C 5E 0 27 110 59 20
Octal 130 11 234 54 136 0 47 420 131 40
Binary 1011000 1001 10011100 101100 1011110 0 100111 100010000 1011001 100000

Color Harmonies of #58099C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58099C

Black with #58099C

Text Example


Text Example

White with #58099C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58099C; }

 p { color: rgb(88,9,156); }

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

background-color css

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

 a { background-color: rgb(88,9,156); }

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

border-color css

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

 span { border-color: rgb(88,9,156); }

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