Html Css Color HEX #3C0362 Indigo

📋 copy color: '#3C0362'

red 60 ◦ green 3 ◦ blue 98

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

Shades of Indigo #3C0362

Tints of Indigo #3C0362

RGB

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

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

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

R = 37.27%
G = 1.86%
B = 60.87%

CMYK

 C value IS 0.39

 M value IS 0.97

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3C0362 (or 0x3C0362) is known color: Indigo. HEX triplet: 3C, 03 and 62. RGB value is (60,3,98). Sum of RGB (Red+Green+Blue) = 60+3+98=161 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.27% from 161); Green value is 3 (1.56% from 255 or 1.86% from 161); Blue value is 98 (38.67% from 255 or 60.87% from 161); Max value from RGB is 98 - color contains mainly: blue. Hex color #3C0362 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0362 is #C3FC9D. Grayscale: #1E1E1E. Windows color (decimal): -12844190 or 6423356. OLE color: 6423356.

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

Color convert

RGB 60 3 98 -
CMYK 0.39 0.97 0 0.62
HSL 276º 0.94% 0.2% -
HSV(B) 276º 0.97% 0.38% -
XYZ 4.1 1.91 11.71 -
YUV 30.87 165.88 148.78 -
System Red Green Blue C M Y K H S L
Decimal 60 3 98 0.39 0.97 0 0.62 276 0.94 0.2
Hex 3C 3 62 27 61 0 3E 114 5E 14
Octal 74 3 142 47 141 0 76 424 136 24
Binary 111100 11 1100010 100111 1100001 0 111110 100010100 1011110 10100

Color Harmonies of #3C0362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0362

Black with #3C0362

Text Example


Text Example

White with #3C0362

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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