Html Css Color HEX #3C0687 Indigo

📋 copy color: '#3C0687'

red 60 ◦ green 6 ◦ blue 135

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

Shades of Indigo #3C0687

Tints of Indigo #3C0687

RGB

 RED value IS 60 (23.83% from 255) = 29.85%

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

 BLUE value IS 135 (53.13% from 255) = 67.16%

R = 29.85%
G = 2.99%
B = 67.16%

CMYK

 C value IS 0.56

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3C0687 (or 0x3C0687) is known color: Indigo. HEX triplet: 3C, 06 and 87. RGB value is (60,6,135). Sum of RGB (Red+Green+Blue) = 60+6+135=201 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.85% from 201); Green value is 6 (2.73% from 255 or 2.99% from 201); Blue value is 135 (53.12% from 255 or 67.16% from 201); Max value from RGB is 135 - color contains mainly: blue. Hex color #3C0687 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0687 is #C3F978. Grayscale: #242424. Windows color (decimal): -12843385 or 8848956. OLE color: 8848956.

HSL color Cylindrical-coordinate representation of color #3C0687: hue angle of 265.12º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3C0687 is Cyan = 0.56, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 60 6 135 -
CMYK 0.56 0.96 0 0.47
HSL 265.12º 0.91% 0.28% -
HSV(B) 265.12º 0.96% 0.53% -
XYZ 6.3 2.84 23.14 -
YUV 36.85 183.39 144.51 -
System Red Green Blue C M Y K H S L
Decimal 60 6 135 0.56 0.96 0 0.47 265.12 0.91 0.28
Hex 3C 6 87 38 60 0 2F 109 5B 1C
Octal 74 6 207 70 140 0 57 411 133 34
Binary 111100 110 10000111 111000 1100000 0 101111 100001001 1011011 11100

Color Harmonies of #3C0687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0687

Black with #3C0687

Text Example


Text Example

White with #3C0687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C0687; }

 p { color: rgb(60,6,135); }

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

background-color css

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

 a { background-color: rgb(60,6,135); }

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

border-color css

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

 span { border-color: rgb(60,6,135); }

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