Html Css Color HEX #60038E Indigo

📋 copy color: '#60038E'

red 96 ◦ green 3 ◦ blue 142

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

Shades of Indigo #60038E

Tints of Indigo #60038E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.24%

 BLUE value IS 142 (55.86% from 255) = 58.92%

R = 39.83%
G = 1.24%
B = 58.92%

CMYK

 C value IS 0.32

 M value IS 0.98

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#60038E (or 0x60038E) is known color: Indigo. HEX triplet: 60, 03 and 8E. RGB value is (96,3,142). Sum of RGB (Red+Green+Blue) = 96+3+142=241 (31% of max value = 765). Red value is 96 (37.89% from 255 or 39.83% from 241); Green value is 3 (1.56% from 255 or 1.24% from 241); Blue value is 142 (55.86% from 255 or 58.92% from 241); Max value from RGB is 142 - color contains mainly: blue. Hex color #60038E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60038E is #9FFC71. Grayscale: #2E2E2E. Windows color (decimal): -10484850 or 9306976. OLE color: 9306976.

HSL color Cylindrical-coordinate representation of color #60038E: hue angle of 280.14º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #60038E is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 96 3 142 -
CMYK 0.32 0.98 0 0.44
HSL 280.14º 0.96% 0.28% -
HSV(B) 280.14º 0.98% 0.56% -
XYZ 9.74 4.5 25.95 -
YUV 46.65 181.81 163.2 -
System Red Green Blue C M Y K H S L
Decimal 96 3 142 0.32 0.98 0 0.44 280.14 0.96 0.28
Hex 60 3 8E 20 62 0 2C 118 60 1C
Octal 140 3 216 40 142 0 54 430 140 34
Binary 1100000 11 10001110 100000 1100010 0 101100 100011000 1100000 11100

Color Harmonies of #60038E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60038E

Black with #60038E

Text Example


Text Example

White with #60038E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60038E; }

 p { color: rgb(96,3,142); }

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

background-color css

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

 a { background-color: rgb(96,3,142); }

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

border-color css

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

 span { border-color: rgb(96,3,142); }

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