Html Css Color HEX #3F177D Persian Indigo

📋 copy color: '#3F177D'

red 63 ◦ green 23 ◦ blue 125

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

Shades of Persian Indigo #3F177D

Tints of Persian Indigo #3F177D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 59.24%

R = 29.86%
G = 10.9%
B = 59.24%

CMYK

 C value IS 0.50

 M value IS 0.82

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3F177D (or 0x3F177D) is known color: Persian Indigo. HEX triplet: 3F, 17 and 7D. RGB value is (63,23,125). Sum of RGB (Red+Green+Blue) = 63+23+125=211 (27% of max value = 765). Red value is 63 (25% from 255 or 29.86% from 211); Green value is 23 (9.38% from 255 or 10.90% from 211); Blue value is 125 (49.22% from 255 or 59.24% from 211); Max value from RGB is 125 - color contains mainly: blue. Hex color #3F177D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F177D is #C0E882. Grayscale: #2E2E2E. Windows color (decimal): -12642435 or 8197951. OLE color: 8197951.

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

Color convert

RGB 63 23 125 -
CMYK 0.50 0.82 0 0.51
HSL 263.53º 0.69% 0.29% -
HSV(B) 263.53º 0.82% 0.49% -
XYZ 6.06 3.15 19.69 -
YUV 46.59 172.25 139.71 -
System Red Green Blue C M Y K H S L
Decimal 63 23 125 0.50 0.82 0 0.51 263.53 0.69 0.29
Hex 3F 17 7D 32 52 0 33 108 45 1D
Octal 77 27 175 62 122 0 63 410 105 35
Binary 111111 10111 1111101 110010 1010010 0 110011 100001000 1000101 11101

Color Harmonies of #3F177D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F177D

Black with #3F177D

Text Example


Text Example

White with #3F177D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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