Html Css Color HEX #3C0062 Indigo

📋 copy color: '#3C0062'

red 60 ◦ green 0 ◦ blue 98

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

Shades of Indigo #3C0062

Tints of Indigo #3C0062

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 98 (38.67% from 255) = 62.03%

R = 37.97%
G = 0%
B = 62.03%

CMYK

 C value IS 0.39

 M value IS 1

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3C0062 (or 0x3C0062) is known color: Indigo. HEX triplet: 3C, 00 and 62. RGB value is (60,0,98). Sum of RGB (Red+Green+Blue) = 60+0+98=158 (20% of max value = 765). Red value is 60 (23.83% from 255 or 37.97% from 158); Green value is 0 (0.39% from 255 or 0% from 158); Blue value is 98 (38.67% from 255 or 62.03% from 158); Max value from RGB is 98 - color contains mainly: blue. Hex color #3C0062 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0062 is #C3FF9D. Grayscale: #1C1C1C. Windows color (decimal): -12844958 or 6422588. OLE color: 6422588.

HSL color Cylindrical-coordinate representation of color #3C0062: hue angle of 276.73º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3C0062 is Cyan = 0.39, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 60 0 98 -
CMYK 0.39 1 0 0.62
HSL 276.73º 1% 0.19% -
HSV(B) 276.73º 1% 0.38% -
XYZ 4.07 1.84 11.7 -
YUV 29.11 166.88 150.03 -
System Red Green Blue C M Y K H S L
Decimal 60 0 98 0.39 1 0 0.62 276.73 1 0.19
Hex 3C 0 62 27 64 0 3E 115 64 13
Octal 74 0 142 47 144 0 76 425 144 23
Binary 111100 0 1100010 100111 1100100 0 111110 100010101 1100100 10011

Color Harmonies of #3C0062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0062

Black with #3C0062

Text Example


Text Example

White with #3C0062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,0,98); }

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

background-color css

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

 a { background-color: rgb(60,0,98); }

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

border-color css

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

 span { border-color: rgb(60,0,98); }

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