Html Css Color HEX #3C176F Persian Indigo

📋 copy color: '#3C176F'

red 60 ◦ green 23 ◦ blue 111

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

Shades of Persian Indigo #3C176F

Tints of Persian Indigo #3C176F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.86%

 BLUE value IS 111 (43.75% from 255) = 57.22%

R = 30.93%
G = 11.86%
B = 57.22%

CMYK

 C value IS 0.46

 M value IS 0.79

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3C176F (or 0x3C176F) is known color: Persian Indigo. HEX triplet: 3C, 17 and 6F. RGB value is (60,23,111). Sum of RGB (Red+Green+Blue) = 60+23+111=194 (25% of max value = 765). Red value is 60 (23.83% from 255 or 30.93% from 194); Green value is 23 (9.38% from 255 or 11.86% from 194); Blue value is 111 (43.75% from 255 or 57.22% from 194); Max value from RGB is 111 - color contains mainly: blue. Hex color #3C176F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C176F is #C3E890. Grayscale: #2B2B2B. Windows color (decimal): -12839057 or 7280444. OLE color: 7280444.

HSL color Cylindrical-coordinate representation of color #3C176F: hue angle of 265.23º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3C176F is Cyan = 0.46, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 60 23 111 -
CMYK 0.46 0.79 0 0.56
HSL 265.23º 0.66% 0.26% -
HSV(B) 265.23º 0.79% 0.44% -
XYZ 5.04 2.72 15.3 -
YUV 44.1 165.76 139.34 -
System Red Green Blue C M Y K H S L
Decimal 60 23 111 0.46 0.79 0 0.56 265.23 0.66 0.26
Hex 3C 17 6F 2E 4F 0 38 109 42 1A
Octal 74 27 157 56 117 0 70 411 102 32
Binary 111100 10111 1101111 101110 1001111 0 111000 100001001 1000010 11010

Color Harmonies of #3C176F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C176F

Black with #3C176F

Text Example


Text Example

White with #3C176F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,23,111); }

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

background-color css

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

 a { background-color: rgb(60,23,111); }

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

border-color css

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

 span { border-color: rgb(60,23,111); }

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