Html Css Color HEX #3F179D Persian Indigo

📋 copy color: '#3F179D'

red 63 ◦ green 23 ◦ blue 157

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

Shades of Persian Indigo #3F179D

Tints of Persian Indigo #3F179D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 64.61%

R = 25.93%
G = 9.47%
B = 64.61%

CMYK

 C value IS 0.60

 M value IS 0.85

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3F179D (or 0x3F179D) is known color: Persian Indigo. HEX triplet: 3F, 17 and 9D. RGB value is (63,23,157). Sum of RGB (Red+Green+Blue) = 63+23+157=243 (32% of max value = 765). Red value is 63 (25% from 255 or 25.93% from 243); Green value is 23 (9.38% from 255 or 9.47% from 243); Blue value is 157 (61.72% from 255 or 64.61% from 243); Max value from RGB is 157 - color contains mainly: blue. Hex color #3F179D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F179D is #C0E862. Grayscale: #313131. Windows color (decimal): -12642403 or 10295103. OLE color: 10295103.

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

Color convert

RGB 63 23 157 -
CMYK 0.60 0.85 0 0.38
HSL 257.91º 0.74% 0.35% -
HSV(B) 257.91º 0.85% 0.62% -
XYZ 8.44 4.1 32.25 -
YUV 50.24 188.25 137.1 -
System Red Green Blue C M Y K H S L
Decimal 63 23 157 0.60 0.85 0 0.38 257.91 0.74 0.35
Hex 3F 17 9D 3C 55 0 26 102 4A 23
Octal 77 27 235 74 125 0 46 402 112 43
Binary 111111 10111 10011101 111100 1010101 0 100110 100000010 1001010 100011

Color Harmonies of #3F179D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F179D

Black with #3F179D

Text Example


Text Example

White with #3F179D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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