Html Css Color HEX #3C1882 Persian Indigo

📋 copy color: '#3C1882'

red 60 ◦ green 24 ◦ blue 130

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

Shades of Persian Indigo #3C1882

Tints of Persian Indigo #3C1882

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.21%

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

R = 28.04%
G = 11.21%
B = 60.75%

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

#3C1882 (or 0x3C1882) is known color: Persian Indigo. HEX triplet: 3C, 18 and 82. RGB value is (60,24,130). Sum of RGB (Red+Green+Blue) = 60+24+130=214 (28% of max value = 765). Red value is 60 (23.83% from 255 or 28.04% from 214); Green value is 24 (9.77% from 255 or 11.21% from 214); Blue value is 130 (51.17% from 255 or 60.75% from 214); Max value from RGB is 130 - color contains mainly: blue. Hex color #3C1882 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C1882 is #C3E77D. Grayscale: #2E2E2E. Windows color (decimal): -12838782 or 8525884. OLE color: 8525884.

HSL color Cylindrical-coordinate representation of color #3C1882: hue angle of 260.38º degrees, saturation: 0.69, 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 #3C1882 is Cyan = 0.54, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 60 24 130 -
CMYK 0.54 0.82 0 0.49
HSL 260.38º 0.69% 0.3% -
HSV(B) 260.38º 0.82% 0.51% -
XYZ 6.22 3.23 21.41 -
YUV 46.85 174.93 137.38 -
System Red Green Blue C M Y K H S L
Decimal 60 24 130 0.54 0.82 0 0.49 260.38 0.69 0.3
Hex 3C 18 82 36 52 0 31 104 45 1E
Octal 74 30 202 66 122 0 61 404 105 36
Binary 111100 11000 10000010 110110 1010010 0 110001 100000100 1000101 11110

Color Harmonies of #3C1882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1882

Black with #3C1882

Text Example


Text Example

White with #3C1882

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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