Html Css Color HEX #60088B Indigo

📋 copy color: '#60088B'

red 96 ◦ green 8 ◦ blue 139

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

Shades of Indigo #60088B

Tints of Indigo #60088B

RGB

 RED value IS 96 (37.89% from 255) = 39.51%

 GREEN value IS 8 (3.52% from 255) = 3.29%

 BLUE value IS 139 (54.69% from 255) = 57.2%

R = 39.51%
G = 3.29%
B = 57.2%

CMYK

 C value IS 0.31

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#60088B (or 0x60088B) is known color: Indigo. HEX triplet: 60, 08 and 8B. RGB value is (96,8,139). Sum of RGB (Red+Green+Blue) = 96+8+139=243 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.51% from 243); Green value is 8 (3.52% from 255 or 3.29% from 243); Blue value is 139 (54.69% from 255 or 57.20% from 243); Max value from RGB is 139 - color contains mainly: blue. Hex color #60088B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60088B is #9FF774. Grayscale: #303030. Windows color (decimal): -10483573 or 9111648. OLE color: 9111648.

HSL color Cylindrical-coordinate representation of color #60088B: hue angle of 280.31º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #60088B is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 96 8 139 -
CMYK 0.31 0.94 0 0.45
HSL 280.31º 0.89% 0.29% -
HSV(B) 280.31º 0.94% 0.55% -
XYZ 9.57 4.52 24.79 -
YUV 49.25 178.65 161.35 -
System Red Green Blue C M Y K H S L
Decimal 96 8 139 0.31 0.94 0 0.45 280.31 0.89 0.29
Hex 60 8 8B 1F 5E 0 2D 118 59 1D
Octal 140 10 213 37 136 0 55 430 131 35
Binary 1100000 1000 10001011 11111 1011110 0 101101 100011000 1011001 11101

Color Harmonies of #60088B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60088B

Black with #60088B

Text Example


Text Example

White with #60088B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60088B; }

 p { color: rgb(96,8,139); }

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

background-color css

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

 a { background-color: rgb(96,8,139); }

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

border-color css

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

 span { border-color: rgb(96,8,139); }

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