Html Css Color HEX #3C1971 Persian Indigo

📋 copy color: '#3C1971'

red 60 ◦ green 25 ◦ blue 113

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

Shades of Persian Indigo #3C1971

Tints of Persian Indigo #3C1971

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.63%

 BLUE value IS 113 (44.53% from 255) = 57.07%

R = 30.3%
G = 12.63%
B = 57.07%

CMYK

 C value IS 0.47

 M value IS 0.78

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3C1971 (or 0x3C1971) is known color: Persian Indigo. HEX triplet: 3C, 19 and 71. RGB value is (60,25,113). Sum of RGB (Red+Green+Blue) = 60+25+113=198 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30.30% from 198); Green value is 25 (10.16% from 255 or 12.63% from 198); Blue value is 113 (44.53% from 255 or 57.07% from 198); Max value from RGB is 113 - color contains mainly: blue. Hex color #3C1971 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C1971 is #C3E68E. Grayscale: #2D2D2D. Windows color (decimal): -12838543 or 7412028. OLE color: 7412028.

HSL color Cylindrical-coordinate representation of color #3C1971: hue angle of 263.86º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3C1971 is Cyan = 0.47, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 60 25 113 -
CMYK 0.47 0.78 0 0.56
HSL 263.86º 0.64% 0.27% -
HSV(B) 263.86º 0.78% 0.44% -
XYZ 5.19 2.85 15.9 -
YUV 45.5 166.1 138.34 -
System Red Green Blue C M Y K H S L
Decimal 60 25 113 0.47 0.78 0 0.56 263.86 0.64 0.27
Hex 3C 19 71 2F 4E 0 38 108 40 1B
Octal 74 31 161 57 116 0 70 410 100 33
Binary 111100 11001 1110001 101111 1001110 0 111000 100001000 1000000 11011

Color Harmonies of #3C1971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1971

Black with #3C1971

Text Example


Text Example

White with #3C1971

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,25,113); }

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

background-color css

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

 a { background-color: rgb(60,25,113); }

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

border-color css

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

 span { border-color: rgb(60,25,113); }

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