Html Css Color HEX #3C0291 Indigo

📋 copy color: '#3C0291'

red 60 ◦ green 2 ◦ blue 145

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

Shades of Indigo #3C0291

Tints of Indigo #3C0291

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.97%

 BLUE value IS 145 (57.03% from 255) = 70.05%

R = 28.99%
G = 0.97%
B = 70.05%

CMYK

 C value IS 0.59

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3C0291 (or 0x3C0291) is known color: Indigo. HEX triplet: 3C, 02 and 91. RGB value is (60,2,145). Sum of RGB (Red+Green+Blue) = 60+2+145=207 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.99% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 145 (57.03% from 255 or 70.05% from 207); Max value from RGB is 145 - color contains mainly: blue. Hex color #3C0291 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0291 is #C3FD6E. Grayscale: #232323. Windows color (decimal): -12844399 or 9503292. OLE color: 9503292.

HSL color Cylindrical-coordinate representation of color #3C0291: hue angle of 264.34º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3C0291 is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 60 2 145 -
CMYK 0.59 0.99 0 0.43
HSL 264.34º 0.97% 0.29% -
HSV(B) 264.34º 0.99% 0.57% -
XYZ 7 3.05 27.01 -
YUV 35.64 189.72 145.37 -
System Red Green Blue C M Y K H S L
Decimal 60 2 145 0.59 0.99 0 0.43 264.34 0.97 0.29
Hex 3C 2 91 3B 63 0 2B 108 61 1D
Octal 74 2 221 73 143 0 53 410 141 35
Binary 111100 10 10010001 111011 1100011 0 101011 100001000 1100001 11101

Color Harmonies of #3C0291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0291

Black with #3C0291

Text Example


Text Example

White with #3C0291

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,2,145); }

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

background-color css

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

 a { background-color: rgb(60,2,145); }

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

border-color css

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

 span { border-color: rgb(60,2,145); }

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