Html Css Color HEX #3C0BAE Indigo

📋 copy color: '#3C0BAE'

red 60 ◦ green 11 ◦ blue 174

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

Shades of Indigo #3C0BAE

Tints of Indigo #3C0BAE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.49%

 BLUE value IS 174 (68.36% from 255) = 71.02%

R = 24.49%
G = 4.49%
B = 71.02%

CMYK

 C value IS 0.66

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3C0BAE (or 0x3C0BAE) is known color: Indigo. HEX triplet: 3C, 0B and AE. RGB value is (60,11,174). Sum of RGB (Red+Green+Blue) = 60+11+174=245 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.49% from 245); Green value is 11 (4.69% from 255 or 4.49% from 245); Blue value is 174 (68.36% from 255 or 71.02% from 245); Max value from RGB is 174 - color contains mainly: blue. Hex color #3C0BAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0BAE is #C3F451. Grayscale: #2B2B2B. Windows color (decimal): -12842066 or 11406140. OLE color: 11406140.

HSL color Cylindrical-coordinate representation of color #3C0BAE: hue angle of 258.04º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3C0BAE is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 60 11 174 -
CMYK 0.66 0.94 0 0.32
HSL 258.04º 0.88% 0.36% -
HSV(B) 258.04º 0.94% 0.68% -
XYZ 9.62 4.26 40.36 -
YUV 44.23 201.23 139.25 -
System Red Green Blue C M Y K H S L
Decimal 60 11 174 0.66 0.94 0 0.32 258.04 0.88 0.36
Hex 3C B AE 42 5E 0 20 102 58 24
Octal 74 13 256 102 136 0 40 402 130 44
Binary 111100 1011 10101110 1000010 1011110 0 100000 100000010 1011000 100100

Color Harmonies of #3C0BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0BAE

Black with #3C0BAE

Text Example


Text Example

White with #3C0BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,11,174); }

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

background-color css

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

 a { background-color: rgb(60,11,174); }

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

border-color css

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

 span { border-color: rgb(60,11,174); }

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