Html Css Color HEX #3F177C Persian Indigo

📋 copy color: '#3F177C'

red 63 ◦ green 23 ◦ blue 124

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

Shades of Persian Indigo #3F177C

Tints of Persian Indigo #3F177C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 59.05%

R = 30%
G = 10.95%
B = 59.05%

CMYK

 C value IS 0.49

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3F177C (or 0x3F177C) is known color: Persian Indigo. HEX triplet: 3F, 17 and 7C. RGB value is (63,23,124). Sum of RGB (Red+Green+Blue) = 63+23+124=210 (27% of max value = 765). Red value is 63 (25% from 255 or 30% from 210); Green value is 23 (9.38% from 255 or 10.95% from 210); Blue value is 124 (48.83% from 255 or 59.05% from 210); Max value from RGB is 124 - color contains mainly: blue. Hex color #3F177C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F177C is #C0E883. Grayscale: #2E2E2E. Windows color (decimal): -12642436 or 8132415. OLE color: 8132415.

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

Color convert

RGB 63 23 124 -
CMYK 0.49 0.81 0 0.51
HSL 263.76º 0.69% 0.29% -
HSV(B) 263.76º 0.81% 0.49% -
XYZ 5.99 3.12 19.36 -
YUV 46.47 171.75 139.79 -
System Red Green Blue C M Y K H S L
Decimal 63 23 124 0.49 0.81 0 0.51 263.76 0.69 0.29
Hex 3F 17 7C 31 51 0 33 108 45 1D
Octal 77 27 174 61 121 0 63 410 105 35
Binary 111111 10111 1111100 110001 1010001 0 110011 100001000 1000101 11101

Color Harmonies of #3F177C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F177C

Black with #3F177C

Text Example


Text Example

White with #3F177C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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