Html Css Color HEX #3C0365 Indigo

📋 copy color: '#3C0365'

red 60 ◦ green 3 ◦ blue 101

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

Shades of Indigo #3C0365

Tints of Indigo #3C0365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 61.59%

R = 36.59%
G = 1.83%
B = 61.59%

CMYK

 C value IS 0.41

 M value IS 0.97

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#3C0365 (or 0x3C0365) is known color: Indigo. HEX triplet: 3C, 03 and 65. RGB value is (60,3,101). Sum of RGB (Red+Green+Blue) = 60+3+101=164 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.59% from 164); Green value is 3 (1.56% from 255 or 1.83% from 164); Blue value is 101 (39.84% from 255 or 61.59% from 164); Max value from RGB is 101 - color contains mainly: blue. Hex color #3C0365 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0365 is #C3FC9A. Grayscale: #1E1E1E. Windows color (decimal): -12844187 or 6619964. OLE color: 6619964.

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

Color convert

RGB 60 3 101 -
CMYK 0.41 0.97 0 0.60
HSL 274.9º 0.94% 0.2% -
HSV(B) 274.9º 0.97% 0.4% -
XYZ 4.25 1.97 12.47 -
YUV 31.22 167.38 148.53 -
System Red Green Blue C M Y K H S L
Decimal 60 3 101 0.41 0.97 0 0.60 274.9 0.94 0.2
Hex 3C 3 65 29 61 0 3C 113 5E 14
Octal 74 3 145 51 141 0 74 423 136 24
Binary 111100 11 1100101 101001 1100001 0 111100 100010011 1011110 10100

Color Harmonies of #3C0365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0365

Black with #3C0365

Text Example


Text Example

White with #3C0365

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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