Html Css Color HEX #3C0184 Indigo

📋 copy color: '#3C0184'

red 60 ◦ green 1 ◦ blue 132

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

Shades of Indigo #3C0184

Tints of Indigo #3C0184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 68.39%

R = 31.09%
G = 0.52%
B = 68.39%

CMYK

 C value IS 0.55

 M value IS 0.99

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#3C0184 (or 0x3C0184) is known color: Indigo. HEX triplet: 3C, 01 and 84. RGB value is (60,1,132). Sum of RGB (Red+Green+Blue) = 60+1+132=193 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.09% from 193); Green value is 1 (0.78% from 255 or 0.52% from 193); Blue value is 132 (51.95% from 255 or 68.39% from 193); Max value from RGB is 132 - color contains mainly: blue. Hex color #3C0184 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0184 is #C3FE7B. Grayscale: #212121. Windows color (decimal): -12844668 or 8651068. OLE color: 8651068.

HSL color Cylindrical-coordinate representation of color #3C0184: hue angle of 267.02º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3C0184 is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 60 1 132 -
CMYK 0.55 0.99 0 0.48
HSL 267.02º 0.98% 0.26% -
HSV(B) 267.02º 0.99% 0.52% -
XYZ 6.04 2.65 22.02 -
YUV 33.58 183.55 146.85 -
System Red Green Blue C M Y K H S L
Decimal 60 1 132 0.55 0.99 0 0.48 267.02 0.98 0.26
Hex 3C 1 84 37 63 0 30 10B 62 1A
Octal 74 1 204 67 143 0 60 413 142 32
Binary 111100 1 10000100 110111 1100011 0 110000 100001011 1100010 11010

Color Harmonies of #3C0184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0184

Black with #3C0184

Text Example


Text Example

White with #3C0184

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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