Html Css Color HEX #3C1D73 Persian Indigo

📋 copy color: '#3C1D73'

red 60 ◦ green 29 ◦ blue 115

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

Shades of Persian Indigo #3C1D73

Tints of Persian Indigo #3C1D73

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.22%

 BLUE value IS 115 (45.31% from 255) = 56.37%

R = 29.41%
G = 14.22%
B = 56.37%

CMYK

 C value IS 0.48

 M value IS 0.75

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3C1D73 (or 0x3C1D73) is known color: Persian Indigo. HEX triplet: 3C, 1D and 73. RGB value is (60,29,115). Sum of RGB (Red+Green+Blue) = 60+29+115=204 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.41% from 204); Green value is 29 (11.72% from 255 or 14.22% from 204); Blue value is 115 (45.31% from 255 or 56.37% from 204); Max value from RGB is 115 - color contains mainly: blue. Hex color #3C1D73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C1D73 is #C3E28C. Grayscale: #2F2F2F. Windows color (decimal): -12837517 or 7544124. OLE color: 7544124.

HSL color Cylindrical-coordinate representation of color #3C1D73: hue angle of 261.63º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C1D73 is Cyan = 0.48, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 60 29 115 -
CMYK 0.48 0.75 0 0.55
HSL 261.63º 0.6% 0.28% -
HSV(B) 261.63º 0.75% 0.45% -
XYZ 5.4 3.08 16.53 -
YUV 48.07 165.77 136.51 -
System Red Green Blue C M Y K H S L
Decimal 60 29 115 0.48 0.75 0 0.55 261.63 0.6 0.28
Hex 3C 1D 73 30 4B 0 37 106 3C 1C
Octal 74 35 163 60 113 0 67 406 74 34
Binary 111100 11101 1110011 110000 1001011 0 110111 100000110 111100 11100

Color Harmonies of #3C1D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1D73

Black with #3C1D73

Text Example


Text Example

White with #3C1D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,29,115); }

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

background-color css

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

 a { background-color: rgb(60,29,115); }

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

border-color css

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

 span { border-color: rgb(60,29,115); }

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