Html Css Color HEX #3C189E Persian Indigo

📋 copy color: '#3C189E'

red 60 ◦ green 24 ◦ blue 158

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

Shades of Persian Indigo #3C189E

Tints of Persian Indigo #3C189E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 65.29%

R = 24.79%
G = 9.92%
B = 65.29%

CMYK

 C value IS 0.62

 M value IS 0.85

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3C189E (or 0x3C189E) is known color: Persian Indigo. HEX triplet: 3C, 18 and 9E. RGB value is (60,24,158). Sum of RGB (Red+Green+Blue) = 60+24+158=242 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.79% from 242); Green value is 24 (9.77% from 255 or 9.92% from 242); Blue value is 158 (62.11% from 255 or 65.29% from 242); Max value from RGB is 158 - color contains mainly: blue. Hex color #3C189E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C189E is #C3E761. Grayscale: #313131. Windows color (decimal): -12838754 or 10360892. OLE color: 10360892.

HSL color Cylindrical-coordinate representation of color #3C189E: hue angle of 256.12º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3C189E is Cyan = 0.62, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 60 24 158 -
CMYK 0.62 0.85 0 0.38
HSL 256.12º 0.74% 0.36% -
HSV(B) 256.12º 0.85% 0.62% -
XYZ 8.36 4.08 32.7 -
YUV 50.04 188.93 135.1 -
System Red Green Blue C M Y K H S L
Decimal 60 24 158 0.62 0.85 0 0.38 256.12 0.74 0.36
Hex 3C 18 9E 3E 55 0 26 100 4A 24
Octal 74 30 236 76 125 0 46 400 112 44
Binary 111100 11000 10011110 111110 1010101 0 100110 100000000 1001010 100100

Color Harmonies of #3C189E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C189E

Black with #3C189E

Text Example


Text Example

White with #3C189E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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