Html Css Color HEX #3F147F Persian Indigo

📋 copy color: '#3F147F'

red 63 ◦ green 20 ◦ blue 127

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

Shades of Persian Indigo #3F147F

Tints of Persian Indigo #3F147F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.52%

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

R = 30%
G = 9.52%
B = 60.48%

CMYK

 C value IS 0.50

 M value IS 0.84

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#3F147F (or 0x3F147F) is known color: Persian Indigo. HEX triplet: 3F, 14 and 7F. RGB value is (63,20,127). Sum of RGB (Red+Green+Blue) = 63+20+127=210 (27% of max value = 765). Red value is 63 (25% from 255 or 30% from 210); Green value is 20 (8.20% from 255 or 9.52% from 210); Blue value is 127 (50% from 255 or 60.48% from 210); Max value from RGB is 127 - color contains mainly: blue. Hex color #3F147F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F147F is #C0EB80. Grayscale: #2C2C2C. Windows color (decimal): -12643201 or 8328255. OLE color: 8328255.

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

Color convert

RGB 63 20 127 -
CMYK 0.50 0.84 0 0.50
HSL 264.11º 0.73% 0.29% -
HSV(B) 264.11º 0.84% 0.5% -
XYZ 6.13 3.09 20.35 -
YUV 45.06 174.25 140.8 -
System Red Green Blue C M Y K H S L
Decimal 63 20 127 0.50 0.84 0 0.50 264.11 0.73 0.29
Hex 3F 14 7F 32 54 0 32 108 49 1D
Octal 77 24 177 62 124 0 62 410 111 35
Binary 111111 10100 1111111 110010 1010100 0 110010 100001000 1001001 11101

Color Harmonies of #3F147F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F147F

Black with #3F147F

Text Example


Text Example

White with #3F147F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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