Html Css Color HEX #3C177B Persian Indigo

📋 copy color: '#3C177B'

red 60 ◦ green 23 ◦ blue 123

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

Shades of Persian Indigo #3C177B

Tints of Persian Indigo #3C177B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 59.71%

R = 29.13%
G = 11.17%
B = 59.71%

CMYK

 C value IS 0.51

 M value IS 0.81

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#3C177B (or 0x3C177B) is known color: Persian Indigo. HEX triplet: 3C, 17 and 7B. RGB value is (60,23,123). Sum of RGB (Red+Green+Blue) = 60+23+123=206 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.13% from 206); Green value is 23 (9.38% from 255 or 11.17% from 206); Blue value is 123 (48.44% from 255 or 59.71% from 206); Max value from RGB is 123 - color contains mainly: blue. Hex color #3C177B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C177B is #C3E884. Grayscale: #2D2D2D. Windows color (decimal): -12839045 or 8066876. OLE color: 8066876.

HSL color Cylindrical-coordinate representation of color #3C177B: hue angle of 262.2º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3C177B is Cyan = 0.51, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 60 23 123 -
CMYK 0.51 0.81 0 0.52
HSL 262.2º 0.68% 0.29% -
HSV(B) 262.2º 0.81% 0.48% -
XYZ 5.75 3 19.02 -
YUV 45.46 171.76 138.37 -
System Red Green Blue C M Y K H S L
Decimal 60 23 123 0.51 0.81 0 0.52 262.2 0.68 0.29
Hex 3C 17 7B 33 51 0 34 106 44 1D
Octal 74 27 173 63 121 0 64 406 104 35
Binary 111100 10111 1111011 110011 1010001 0 110100 100000110 1000100 11101

Color Harmonies of #3C177B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C177B

Black with #3C177B

Text Example


Text Example

White with #3C177B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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