Html Css Color HEX #3C1782 Persian Indigo

📋 copy color: '#3C1782'

red 60 ◦ green 23 ◦ blue 130

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

Shades of Persian Indigo #3C1782

Tints of Persian Indigo #3C1782

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 61.03%

R = 28.17%
G = 10.8%
B = 61.03%

CMYK

 C value IS 0.54

 M value IS 0.82

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#3C1782 (or 0x3C1782) is known color: Persian Indigo. HEX triplet: 3C, 17 and 82. RGB value is (60,23,130). Sum of RGB (Red+Green+Blue) = 60+23+130=213 (28% of max value = 765). Red value is 60 (23.83% from 255 or 28.17% from 213); Green value is 23 (9.38% from 255 or 10.80% from 213); Blue value is 130 (51.17% from 255 or 61.03% from 213); Max value from RGB is 130 - color contains mainly: blue. Hex color #3C1782 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C1782 is #C3E87D. Grayscale: #2D2D2D. Windows color (decimal): -12839038 or 8525628. OLE color: 8525628.

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

Color convert

RGB 60 23 130 -
CMYK 0.54 0.82 0 0.49
HSL 260.75º 0.7% 0.3% -
HSV(B) 260.75º 0.82% 0.51% -
XYZ 6.2 3.19 21.41 -
YUV 46.26 175.26 137.8 -
System Red Green Blue C M Y K H S L
Decimal 60 23 130 0.54 0.82 0 0.49 260.75 0.7 0.3
Hex 3C 17 82 36 52 0 31 105 46 1E
Octal 74 27 202 66 122 0 61 405 106 36
Binary 111100 10111 10000010 110110 1010010 0 110001 100000101 1000110 11110

Color Harmonies of #3C1782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1782

Black with #3C1782

Text Example


Text Example

White with #3C1782

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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