Html Css Color HEX #3C1989 Persian Indigo

📋 copy color: '#3C1989'

red 60 ◦ green 25 ◦ blue 137

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

Shades of Persian Indigo #3C1989

Tints of Persian Indigo #3C1989

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.26%

 BLUE value IS 137 (53.91% from 255) = 61.71%

R = 27.03%
G = 11.26%
B = 61.71%

CMYK

 C value IS 0.56

 M value IS 0.82

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3C1989 (or 0x3C1989) is known color: Persian Indigo. HEX triplet: 3C, 19 and 89. RGB value is (60,25,137). Sum of RGB (Red+Green+Blue) = 60+25+137=222 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.03% from 222); Green value is 25 (10.16% from 255 or 11.26% from 222); Blue value is 137 (53.91% from 255 or 61.71% from 222); Max value from RGB is 137 - color contains mainly: blue. Hex color #3C1989 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C1989 is #C3E676. Grayscale: #2F2F2F. Windows color (decimal): -12838519 or 8984892. OLE color: 8984892.

HSL color Cylindrical-coordinate representation of color #3C1989: hue angle of 258.75º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3C1989 is Cyan = 0.56, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 60 25 137 -
CMYK 0.56 0.82 0 0.46
HSL 258.75º 0.69% 0.32% -
HSV(B) 258.75º 0.82% 0.54% -
XYZ 6.73 3.46 23.98 -
YUV 48.23 178.1 136.39 -
System Red Green Blue C M Y K H S L
Decimal 60 25 137 0.56 0.82 0 0.46 258.75 0.69 0.32
Hex 3C 19 89 38 52 0 2E 103 45 20
Octal 74 31 211 70 122 0 56 403 105 40
Binary 111100 11001 10001001 111000 1010010 0 101110 100000011 1000101 100000

Color Harmonies of #3C1989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1989

Black with #3C1989

Text Example


Text Example

White with #3C1989

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,25,137); }

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

background-color css

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

 a { background-color: rgb(60,25,137); }

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

border-color css

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

 span { border-color: rgb(60,25,137); }

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