Html Css Color HEX #3C01B7 Indigo

📋 copy color: '#3C01B7'

red 60 ◦ green 1 ◦ blue 183

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

Shades of Indigo #3C01B7

Tints of Indigo #3C01B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 75%

R = 24.59%
G = 0.41%
B = 75%

CMYK

 C value IS 0.67

 M value IS 0.99

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#3C01B7 (or 0x3C01B7) is known color: Indigo. HEX triplet: 3C, 01 and B7. RGB value is (60,1,183). Sum of RGB (Red+Green+Blue) = 60+1+183=244 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.59% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 183 (71.88% from 255 or 75% from 244); Max value from RGB is 183 - color contains mainly: blue. Hex color #3C01B7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C01B7 is #C3FE48. Grayscale: #262626. Windows color (decimal): -12844617 or 11993404. OLE color: 11993404.

HSL color Cylindrical-coordinate representation of color #3C01B7: hue angle of 259.45º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3C01B7 is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 60 1 183 -
CMYK 0.67 0.99 0 0.28
HSL 259.45º 0.99% 0.36% -
HSV(B) 259.45º 0.99% 0.72% -
XYZ 10.42 4.4 45.1 -
YUV 39.39 209.05 142.7 -
System Red Green Blue C M Y K H S L
Decimal 60 1 183 0.67 0.99 0 0.28 259.45 0.99 0.36
Hex 3C 1 B7 43 63 0 1C 103 63 24
Octal 74 1 267 103 143 0 34 403 143 44
Binary 111100 1 10110111 1000011 1100011 0 11100 100000011 1100011 100100

Color Harmonies of #3C01B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C01B7

Black with #3C01B7

Text Example


Text Example

White with #3C01B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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