Html Css Color HEX #3C0688 Indigo

📋 copy color: '#3C0688'

red 60 ◦ green 6 ◦ blue 136

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

Shades of Indigo #3C0688

Tints of Indigo #3C0688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 67.33%

R = 29.7%
G = 2.97%
B = 67.33%

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

#3C0688 (or 0x3C0688) is known color: Indigo. HEX triplet: 3C, 06 and 88. RGB value is (60,6,136). Sum of RGB (Red+Green+Blue) = 60+6+136=202 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.70% from 202); Green value is 6 (2.73% from 255 or 2.97% from 202); Blue value is 136 (53.52% from 255 or 67.33% from 202); Max value from RGB is 136 - color contains mainly: blue. Hex color #3C0688 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0688 is #C3F977. Grayscale: #242424. Windows color (decimal): -12843384 or 8914492. OLE color: 8914492.

HSL color Cylindrical-coordinate representation of color #3C0688: hue angle of 264.92º degrees, saturation: 0.92, 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 #3C0688 is Cyan = 0.56, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 60 6 136 -
CMYK 0.56 0.96 0 0.47
HSL 264.92º 0.92% 0.28% -
HSV(B) 264.92º 0.96% 0.53% -
XYZ 6.37 2.87 23.51 -
YUV 36.97 183.89 144.43 -
System Red Green Blue C M Y K H S L
Decimal 60 6 136 0.56 0.96 0 0.47 264.92 0.92 0.28
Hex 3C 6 88 38 60 0 2F 109 5C 1C
Octal 74 6 210 70 140 0 57 411 134 34
Binary 111100 110 10001000 111000 1100000 0 101111 100001001 1011100 11100

Color Harmonies of #3C0688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0688

Black with #3C0688

Text Example


Text Example

White with #3C0688

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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