Html Css Color HEX #60038B Indigo

📋 copy color: '#60038B'

red 96 ◦ green 3 ◦ blue 139

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

Shades of Indigo #60038B

Tints of Indigo #60038B

RGB

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

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

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

R = 40.34%
G = 1.26%
B = 58.4%

CMYK

 C value IS 0.31

 M value IS 0.98

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#60038B (or 0x60038B) is known color: Indigo. HEX triplet: 60, 03 and 8B. RGB value is (96,3,139). Sum of RGB (Red+Green+Blue) = 96+3+139=238 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.34% from 238); Green value is 3 (1.56% from 255 or 1.26% from 238); Blue value is 139 (54.69% from 255 or 58.40% from 238); Max value from RGB is 139 - color contains mainly: blue. Hex color #60038B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60038B is #9FFC74. Grayscale: #2D2D2D. Windows color (decimal): -10484853 or 9110368. OLE color: 9110368.

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

Color convert

RGB 96 3 139 -
CMYK 0.31 0.98 0 0.45
HSL 281.03º 0.96% 0.28% -
HSV(B) 281.03º 0.98% 0.55% -
XYZ 9.52 4.42 24.78 -
YUV 46.31 180.31 163.44 -
System Red Green Blue C M Y K H S L
Decimal 96 3 139 0.31 0.98 0 0.45 281.03 0.96 0.28
Hex 60 3 8B 1F 62 0 2D 119 60 1C
Octal 140 3 213 37 142 0 55 431 140 34
Binary 1100000 11 10001011 11111 1100010 0 101101 100011001 1100000 11100

Color Harmonies of #60038B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60038B

Black with #60038B

Text Example


Text Example

White with #60038B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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