Html Css Color HEX #3C1775 Persian Indigo

📋 copy color: '#3C1775'

red 60 ◦ green 23 ◦ blue 117

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

Shades of Persian Indigo #3C1775

Tints of Persian Indigo #3C1775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 58.5%

R = 30%
G = 11.5%
B = 58.5%

CMYK

 C value IS 0.49

 M value IS 0.80

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3C1775 (or 0x3C1775) is known color: Persian Indigo. HEX triplet: 3C, 17 and 75. RGB value is (60,23,117). Sum of RGB (Red+Green+Blue) = 60+23+117=200 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30% from 200); Green value is 23 (9.38% from 255 or 11.5% from 200); Blue value is 117 (46.09% from 255 or 58.5% from 200); Max value from RGB is 117 - color contains mainly: blue. Hex color #3C1775 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C1775 is #C3E88A. Grayscale: #2C2C2C. Windows color (decimal): -12839051 or 7673660. OLE color: 7673660.

HSL color Cylindrical-coordinate representation of color #3C1775: hue angle of 263.62º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3C1775 is Cyan = 0.49, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 60 23 117 -
CMYK 0.49 0.80 0 0.54
HSL 263.62º 0.67% 0.27% -
HSV(B) 263.62º 0.8% 0.46% -
XYZ 5.38 2.86 17.1 -
YUV 44.78 168.76 138.86 -
System Red Green Blue C M Y K H S L
Decimal 60 23 117 0.49 0.80 0 0.54 263.62 0.67 0.27
Hex 3C 17 75 31 50 0 36 108 43 1B
Octal 74 27 165 61 120 0 66 410 103 33
Binary 111100 10111 1110101 110001 1010000 0 110110 100001000 1000011 11011

Color Harmonies of #3C1775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1775

Black with #3C1775

Text Example


Text Example

White with #3C1775

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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