Html Css Color HEX #58069C Indigo

📋 copy color: '#58069C'

red 88 ◦ green 6 ◦ blue 156

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

Shades of Indigo #58069C

Tints of Indigo #58069C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.4%

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

R = 35.2%
G = 2.4%
B = 62.4%

CMYK

 C value IS 0.44

 M value IS 0.96

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#58069C (or 0x58069C) is known color: Indigo. HEX triplet: 58, 06 and 9C. RGB value is (88,6,156). Sum of RGB (Red+Green+Blue) = 88+6+156=250 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.2% from 250); Green value is 6 (2.73% from 255 or 2.4% from 250); Blue value is 156 (61.33% from 255 or 62.4% from 250); Max value from RGB is 156 - color contains mainly: blue. Hex color #58069C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #58069C is #A7F963. Grayscale: #2F2F2F. Windows color (decimal): -11008356 or 10225240. OLE color: 10225240.

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

Color convert

RGB 88 6 156 -
CMYK 0.44 0.96 0 0.39
HSL 272.8º 0.93% 0.32% -
HSV(B) 272.8º 0.96% 0.61% -
XYZ 10.09 4.61 31.81 -
YUV 47.62 189.17 156.8 -
System Red Green Blue C M Y K H S L
Decimal 88 6 156 0.44 0.96 0 0.39 272.8 0.93 0.32
Hex 58 6 9C 2C 60 0 27 111 5D 20
Octal 130 6 234 54 140 0 47 421 135 40
Binary 1011000 110 10011100 101100 1100000 0 100111 100010001 1011101 100000

Color Harmonies of #58069C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58069C

Black with #58069C

Text Example


Text Example

White with #58069C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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