Html Css Color HEX #3C189B Persian Indigo

📋 copy color: '#3C189B'

red 60 ◦ green 24 ◦ blue 155

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

Shades of Persian Indigo #3C189B

Tints of Persian Indigo #3C189B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 64.85%

R = 25.1%
G = 10.04%
B = 64.85%

CMYK

 C value IS 0.61

 M value IS 0.85

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3C189B (or 0x3C189B) is known color: Persian Indigo. HEX triplet: 3C, 18 and 9B. RGB value is (60,24,155). Sum of RGB (Red+Green+Blue) = 60+24+155=239 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.10% from 239); Green value is 24 (9.77% from 255 or 10.04% from 239); Blue value is 155 (60.94% from 255 or 64.85% from 239); Max value from RGB is 155 - color contains mainly: blue. Hex color #3C189B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C189B is #C3E764. Grayscale: #313131. Windows color (decimal): -12838757 or 10164284. OLE color: 10164284.

HSL color Cylindrical-coordinate representation of color #3C189B: hue angle of 256.49º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3C189B is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 60 24 155 -
CMYK 0.61 0.85 0 0.39
HSL 256.49º 0.73% 0.35% -
HSV(B) 256.49º 0.85% 0.61% -
XYZ 8.11 3.98 31.35 -
YUV 49.7 187.43 135.35 -
System Red Green Blue C M Y K H S L
Decimal 60 24 155 0.61 0.85 0 0.39 256.49 0.73 0.35
Hex 3C 18 9B 3D 55 0 27 100 49 23
Octal 74 30 233 75 125 0 47 400 111 43
Binary 111100 11000 10011011 111101 1010101 0 100111 100000000 1001001 100011

Color Harmonies of #3C189B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C189B

Black with #3C189B

Text Example


Text Example

White with #3C189B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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