Html Css Color HEX #3C1885 Persian Indigo

📋 copy color: '#3C1885'

red 60 ◦ green 24 ◦ blue 133

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

Shades of Persian Indigo #3C1885

Tints of Persian Indigo #3C1885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 61.29%

R = 27.65%
G = 11.06%
B = 61.29%

CMYK

 C value IS 0.55

 M value IS 0.82

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#3C1885 (or 0x3C1885) is known color: Persian Indigo. HEX triplet: 3C, 18 and 85. RGB value is (60,24,133). Sum of RGB (Red+Green+Blue) = 60+24+133=217 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.65% from 217); Green value is 24 (9.77% from 255 or 11.06% from 217); Blue value is 133 (52.34% from 255 or 61.29% from 217); Max value from RGB is 133 - color contains mainly: blue. Hex color #3C1885 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C1885 is #C3E77A. Grayscale: #2E2E2E. Windows color (decimal): -12838779 or 8722492. OLE color: 8722492.

HSL color Cylindrical-coordinate representation of color #3C1885: hue angle of 259.82º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3C1885 is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 60 24 133 -
CMYK 0.55 0.82 0 0.48
HSL 259.82º 0.69% 0.31% -
HSV(B) 259.82º 0.82% 0.52% -
XYZ 6.42 3.31 22.49 -
YUV 47.19 176.43 137.14 -
System Red Green Blue C M Y K H S L
Decimal 60 24 133 0.55 0.82 0 0.48 259.82 0.69 0.31
Hex 3C 18 85 37 52 0 30 104 45 1F
Octal 74 30 205 67 122 0 60 404 105 37
Binary 111100 11000 10000101 110111 1010010 0 110000 100000100 1000101 11111

Color Harmonies of #3C1885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1885

Black with #3C1885

Text Example


Text Example

White with #3C1885

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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