Html Css Color HEX #3C0BAF Indigo

📋 copy color: '#3C0BAF'

red 60 ◦ green 11 ◦ blue 175

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

Shades of Indigo #3C0BAF

Tints of Indigo #3C0BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 71.14%

R = 24.39%
G = 4.47%
B = 71.14%

CMYK

 C value IS 0.66

 M value IS 0.94

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3C0BAF (or 0x3C0BAF) is known color: Indigo. HEX triplet: 3C, 0B and AF. RGB value is (60,11,175). Sum of RGB (Red+Green+Blue) = 60+11+175=246 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.39% from 246); Green value is 11 (4.69% from 255 or 4.47% from 246); Blue value is 175 (68.75% from 255 or 71.14% from 246); Max value from RGB is 175 - color contains mainly: blue. Hex color #3C0BAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0BAF is #C3F450. Grayscale: #2B2B2B. Windows color (decimal): -12842065 or 11471676. OLE color: 11471676.

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

Color convert

RGB 60 11 175 -
CMYK 0.66 0.94 0 0.31
HSL 257.93º 0.88% 0.36% -
HSV(B) 257.93º 0.94% 0.69% -
XYZ 9.72 4.3 40.87 -
YUV 44.35 201.73 139.16 -
System Red Green Blue C M Y K H S L
Decimal 60 11 175 0.66 0.94 0 0.31 257.93 0.88 0.36
Hex 3C B AF 42 5E 0 1F 102 58 24
Octal 74 13 257 102 136 0 37 402 130 44
Binary 111100 1011 10101111 1000010 1011110 0 11111 100000010 1011000 100100

Color Harmonies of #3C0BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0BAF

Black with #3C0BAF

Text Example


Text Example

White with #3C0BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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