Html Css Color HEX #3C1082 Persian Indigo

📋 copy color: '#3C1082'

red 60 ◦ green 16 ◦ blue 130

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

Shades of Persian Indigo #3C1082

Tints of Persian Indigo #3C1082

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.77%

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

R = 29.13%
G = 7.77%
B = 63.11%

CMYK

 C value IS 0.54

 M value IS 0.88

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#3C1082 (or 0x3C1082) is known color: Persian Indigo. HEX triplet: 3C, 10 and 82. RGB value is (60,16,130). Sum of RGB (Red+Green+Blue) = 60+16+130=206 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.13% from 206); Green value is 16 (6.64% from 255 or 7.77% from 206); Blue value is 130 (51.17% from 255 or 63.11% from 206); Max value from RGB is 130 - color contains mainly: blue. Hex color #3C1082 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C1082 is #C3EF7D. Grayscale: #292929. Windows color (decimal): -12840830 or 8523836. OLE color: 8523836.

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

Color convert

RGB 60 16 130 -
CMYK 0.54 0.88 0 0.49
HSL 263.16º 0.78% 0.29% -
HSV(B) 263.16º 0.88% 0.51% -
XYZ 6.08 2.94 21.37 -
YUV 42.15 177.58 140.73 -
System Red Green Blue C M Y K H S L
Decimal 60 16 130 0.54 0.88 0 0.49 263.16 0.78 0.29
Hex 3C 10 82 36 58 0 31 107 4E 1D
Octal 74 20 202 66 130 0 61 407 116 35
Binary 111100 10000 10000010 110110 1011000 0 110001 100000111 1001110 11101

Color Harmonies of #3C1082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1082

Black with #3C1082

Text Example


Text Example

White with #3C1082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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