Html Css Color HEX #580267 Indigo

📋 copy color: '#580267'

red 88 ◦ green 2 ◦ blue 103

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

Shades of Indigo #580267

Tints of Indigo #580267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 53.37%

R = 45.6%
G = 1.04%
B = 53.37%

CMYK

 C value IS 0.15

 M value IS 0.98

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#580267 (or 0x580267) is known color: Indigo. HEX triplet: 58, 02 and 67. RGB value is (88,2,103). Sum of RGB (Red+Green+Blue) = 88+2+103=193 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.60% from 193); Green value is 2 (1.17% from 255 or 1.04% from 193); Blue value is 103 (40.62% from 255 or 53.37% from 193); Max value from RGB is 103 - color contains mainly: blue. Hex color #580267 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580267 is #A7FD98. Grayscale: #262626. Windows color (decimal): -11009433 or 6750808. OLE color: 6750808.

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

Color convert

RGB 88 2 103 -
CMYK 0.15 0.98 0 0.60
HSL 291.09º 0.96% 0.21% -
HSV(B) 291.09º 0.98% 0.4% -
XYZ 6.49 3.1 13.09 -
YUV 39.23 163.99 162.79 -
System Red Green Blue C M Y K H S L
Decimal 88 2 103 0.15 0.98 0 0.60 291.09 0.96 0.21
Hex 58 2 67 F 62 0 3C 123 60 15
Octal 130 2 147 17 142 0 74 443 140 25
Binary 1011000 10 1100111 1111 1100010 0 111100 100100011 1100000 10101

Color Harmonies of #580267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580267

Black with #580267

Text Example


Text Example

White with #580267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580267; }

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

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

background-color css

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

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

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

border-color css

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

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

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