Html Css Color HEX #3F177B Persian Indigo

📋 copy color: '#3F177B'

red 63 ◦ green 23 ◦ blue 123

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

Shades of Persian Indigo #3F177B

Tints of Persian Indigo #3F177B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 58.85%

R = 30.14%
G = 11%
B = 58.85%

CMYK

 C value IS 0.49

 M value IS 0.81

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#3F177B (or 0x3F177B) is known color: Persian Indigo. HEX triplet: 3F, 17 and 7B. RGB value is (63,23,123). Sum of RGB (Red+Green+Blue) = 63+23+123=209 (27% of max value = 765). Red value is 63 (25% from 255 or 30.14% from 209); Green value is 23 (9.38% from 255 or 11.00% from 209); Blue value is 123 (48.44% from 255 or 58.85% from 209); Max value from RGB is 123 - color contains mainly: blue. Hex color #3F177B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F177B is #C0E884. Grayscale: #2E2E2E. Windows color (decimal): -12642437 or 8066879. OLE color: 8066879.

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

Color convert

RGB 63 23 123 -
CMYK 0.49 0.81 0 0.52
HSL 264º 0.68% 0.29% -
HSV(B) 264º 0.81% 0.48% -
XYZ 5.93 3.1 19.02 -
YUV 46.36 171.25 139.87 -
System Red Green Blue C M Y K H S L
Decimal 63 23 123 0.49 0.81 0 0.52 264 0.68 0.29
Hex 3F 17 7B 31 51 0 34 108 44 1D
Octal 77 27 173 61 121 0 64 410 104 35
Binary 111111 10111 1111011 110001 1010001 0 110100 100001000 1000100 11101

Color Harmonies of #3F177B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F177B

Black with #3F177B

Text Example


Text Example

White with #3F177B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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