Html Css Color HEX #3C018B Indigo

📋 copy color: '#3C018B'

red 60 ◦ green 1 ◦ blue 139

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

Shades of Indigo #3C018B

Tints of Indigo #3C018B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.5%

 BLUE value IS 139 (54.69% from 255) = 69.5%

R = 30%
G = 0.5%
B = 69.5%

CMYK

 C value IS 0.57

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3C018B (or 0x3C018B) is known color: Indigo. HEX triplet: 3C, 01 and 8B. RGB value is (60,1,139). Sum of RGB (Red+Green+Blue) = 60+1+139=200 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 139 (54.69% from 255 or 69.5% from 200); Max value from RGB is 139 - color contains mainly: blue. Hex color #3C018B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C018B is #C3FE74. Grayscale: #212121. Windows color (decimal): -12844661 or 9109820. OLE color: 9109820.

HSL color Cylindrical-coordinate representation of color #3C018B: hue angle of 265.65º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3C018B is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 60 1 139 -
CMYK 0.57 0.99 0 0.45
HSL 265.65º 0.99% 0.27% -
HSV(B) 265.65º 0.99% 0.55% -
XYZ 6.53 2.85 24.63 -
YUV 34.37 187.05 146.28 -
System Red Green Blue C M Y K H S L
Decimal 60 1 139 0.57 0.99 0 0.45 265.65 0.99 0.27
Hex 3C 1 8B 39 63 0 2D 10A 63 1B
Octal 74 1 213 71 143 0 55 412 143 33
Binary 111100 1 10001011 111001 1100011 0 101101 100001010 1100011 11011

Color Harmonies of #3C018B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C018B

Black with #3C018B

Text Example


Text Example

White with #3C018B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,1,139); }

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

background-color css

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

 a { background-color: rgb(60,1,139); }

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

border-color css

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

 span { border-color: rgb(60,1,139); }

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