Html Css Color HEX #3C189F Persian Indigo

📋 copy color: '#3C189F'

red 60 ◦ green 24 ◦ blue 159

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

Shades of Persian Indigo #3C189F

Tints of Persian Indigo #3C189F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 65.43%

R = 24.69%
G = 9.88%
B = 65.43%

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

#3C189F (or 0x3C189F) is known color: Persian Indigo. HEX triplet: 3C, 18 and 9F. RGB value is (60,24,159). Sum of RGB (Red+Green+Blue) = 60+24+159=243 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.69% from 243); Green value is 24 (9.77% from 255 or 9.88% from 243); Blue value is 159 (62.5% from 255 or 65.43% from 243); Max value from RGB is 159 - color contains mainly: blue. Hex color #3C189F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C189F is #C3E760. Grayscale: #313131. Windows color (decimal): -12838753 or 10426428. OLE color: 10426428.

HSL color Cylindrical-coordinate representation of color #3C189F: hue angle of 256º 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 #3C189F is Cyan = 0.62, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 60 24 159 -
CMYK 0.62 0.85 0 0.38
HSL 256º 0.74% 0.36% -
HSV(B) 256º 0.85% 0.62% -
XYZ 8.45 4.12 33.15 -
YUV 50.15 189.43 135.02 -
System Red Green Blue C M Y K H S L
Decimal 60 24 159 0.62 0.85 0 0.38 256 0.74 0.36
Hex 3C 18 9F 3E 55 0 26 100 4A 24
Octal 74 30 237 76 125 0 46 400 112 44
Binary 111100 11000 10011111 111110 1010101 0 100110 100000000 1001010 100100

Color Harmonies of #3C189F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C189F

Black with #3C189F

Text Example


Text Example

White with #3C189F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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