Html Css Color HEX #3F177F Persian Indigo

📋 copy color: '#3F177F'

red 63 ◦ green 23 ◦ blue 127

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

Shades of Persian Indigo #3F177F

Tints of Persian Indigo #3F177F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 59.62%

R = 29.58%
G = 10.8%
B = 59.62%

CMYK

 C value IS 0.50

 M value IS 0.82

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#3F177F (or 0x3F177F) is known color: Persian Indigo. HEX triplet: 3F, 17 and 7F. RGB value is (63,23,127). Sum of RGB (Red+Green+Blue) = 63+23+127=213 (28% of max value = 765). Red value is 63 (25% from 255 or 29.58% from 213); Green value is 23 (9.38% from 255 or 10.80% from 213); Blue value is 127 (50% from 255 or 59.62% from 213); Max value from RGB is 127 - color contains mainly: blue. Hex color #3F177F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F177F is #C0E880. Grayscale: #2E2E2E. Windows color (decimal): -12642433 or 8329023. OLE color: 8329023.

HSL color Cylindrical-coordinate representation of color #3F177F: hue angle of 263.08º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3F177F is Cyan = 0.50, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 63 23 127 -
CMYK 0.50 0.82 0 0.50
HSL 263.08º 0.69% 0.29% -
HSV(B) 263.08º 0.82% 0.5% -
XYZ 6.19 3.2 20.37 -
YUV 46.82 173.25 139.54 -
System Red Green Blue C M Y K H S L
Decimal 63 23 127 0.50 0.82 0 0.50 263.08 0.69 0.29
Hex 3F 17 7F 32 52 0 32 107 45 1D
Octal 77 27 177 62 122 0 62 407 105 35
Binary 111111 10111 1111111 110010 1010010 0 110010 100000111 1000101 11101

Color Harmonies of #3F177F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F177F

Black with #3F177F

Text Example


Text Example

White with #3F177F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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