Html Css Color HEX #3C1F83 Persian Indigo

📋 copy color: '#3C1F83'

red 60 ◦ green 31 ◦ blue 131

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

Shades of Persian Indigo #3C1F83

Tints of Persian Indigo #3C1F83

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.96%

 BLUE value IS 131 (51.56% from 255) = 59.01%

R = 27.03%
G = 13.96%
B = 59.01%

CMYK

 C value IS 0.54

 M value IS 0.76

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#3C1F83 (or 0x3C1F83) is known color: Persian Indigo. HEX triplet: 3C, 1F and 83. RGB value is (60,31,131). Sum of RGB (Red+Green+Blue) = 60+31+131=222 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.03% from 222); Green value is 31 (12.5% from 255 or 13.96% from 222); Blue value is 131 (51.56% from 255 or 59.01% from 222); Max value from RGB is 131 - color contains mainly: blue. Hex color #3C1F83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C1F83 is #C3E07C. Grayscale: #323232. Windows color (decimal): -12836989 or 8593212. OLE color: 8593212.

HSL color Cylindrical-coordinate representation of color #3C1F83: hue angle of 257.4º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3C1F83 is Cyan = 0.54, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 60 31 131 -
CMYK 0.54 0.76 0 0.49
HSL 257.4º 0.62% 0.32% -
HSV(B) 257.4º 0.76% 0.51% -
XYZ 6.45 3.58 21.82 -
YUV 51.07 173.11 134.37 -
System Red Green Blue C M Y K H S L
Decimal 60 31 131 0.54 0.76 0 0.49 257.4 0.62 0.32
Hex 3C 1F 83 36 4C 0 31 101 3E 20
Octal 74 37 203 66 114 0 61 401 76 40
Binary 111100 11111 10000011 110110 1001100 0 110001 100000001 111110 100000

Color Harmonies of #3C1F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1F83

Black with #3C1F83

Text Example


Text Example

White with #3C1F83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,31,131); }

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

background-color css

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

 a { background-color: rgb(60,31,131); }

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

border-color css

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

 span { border-color: rgb(60,31,131); }

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