Html Css Color HEX #3F178D Persian Indigo

📋 copy color: '#3F178D'

red 63 ◦ green 23 ◦ blue 141

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

Shades of Persian Indigo #3F178D

Tints of Persian Indigo #3F178D

RGB

 RED value IS 63 (25% from 255) = 27.75%

 GREEN value IS 23 (9.38% from 255) = 10.13%

 BLUE value IS 141 (55.47% from 255) = 62.11%

R = 27.75%
G = 10.13%
B = 62.11%

CMYK

 C value IS 0.55

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3F178D (or 0x3F178D) is known color: Persian Indigo. HEX triplet: 3F, 17 and 8D. RGB value is (63,23,141). Sum of RGB (Red+Green+Blue) = 63+23+141=227 (30% of max value = 765). Red value is 63 (25% from 255 or 27.75% from 227); Green value is 23 (9.38% from 255 or 10.13% from 227); Blue value is 141 (55.47% from 255 or 62.11% from 227); Max value from RGB is 141 - color contains mainly: blue. Hex color #3F178D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F178D is #C0E872. Grayscale: #2F2F2F. Windows color (decimal): -12642419 or 9246527. OLE color: 9246527.

HSL color Cylindrical-coordinate representation of color #3F178D: hue angle of 260.34º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3F178D is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 63 23 141 -
CMYK 0.55 0.84 0 0.45
HSL 260.34º 0.72% 0.32% -
HSV(B) 260.34º 0.84% 0.55% -
XYZ 7.16 3.59 25.52 -
YUV 48.41 180.25 138.41 -
System Red Green Blue C M Y K H S L
Decimal 63 23 141 0.55 0.84 0 0.45 260.34 0.72 0.32
Hex 3F 17 8D 37 54 0 2D 104 48 20
Octal 77 27 215 67 124 0 55 404 110 40
Binary 111111 10111 10001101 110111 1010100 0 101101 100000100 1001000 100000

Color Harmonies of #3F178D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F178D

Black with #3F178D

Text Example


Text Example

White with #3F178D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,23,141); }

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

background-color css

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

 a { background-color: rgb(63,23,141); }

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

border-color css

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

 span { border-color: rgb(63,23,141); }

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