Html Css Color HEX #3C189C Persian Indigo

📋 copy color: '#3C189C'

red 60 ◦ green 24 ◦ blue 156

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

Shades of Persian Indigo #3C189C

Tints of Persian Indigo #3C189C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 65%

R = 25%
G = 10%
B = 65%

CMYK

 C value IS 0.62

 M value IS 0.85

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3C189C (or 0x3C189C) is known color: Persian Indigo. HEX triplet: 3C, 18 and 9C. RGB value is (60,24,156). Sum of RGB (Red+Green+Blue) = 60+24+156=240 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25% from 240); Green value is 24 (9.77% from 255 or 10% from 240); Blue value is 156 (61.33% from 255 or 65% from 240); Max value from RGB is 156 - color contains mainly: blue. Hex color #3C189C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C189C is #C3E763. Grayscale: #313131. Windows color (decimal): -12838756 or 10229820. OLE color: 10229820.

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

Color convert

RGB 60 24 156 -
CMYK 0.62 0.85 0 0.39
HSL 256.36º 0.73% 0.35% -
HSV(B) 256.36º 0.85% 0.61% -
XYZ 8.19 4.01 31.8 -
YUV 49.81 187.93 135.27 -
System Red Green Blue C M Y K H S L
Decimal 60 24 156 0.62 0.85 0 0.39 256.36 0.73 0.35
Hex 3C 18 9C 3E 55 0 27 100 49 23
Octal 74 30 234 76 125 0 47 400 111 43
Binary 111100 11000 10011100 111110 1010101 0 100111 100000000 1001001 100011

Color Harmonies of #3C189C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C189C

Black with #3C189C

Text Example


Text Example

White with #3C189C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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