Html Css Color HEX #3F119A Persian Indigo

📋 copy color: '#3F119A'

red 63 ◦ green 17 ◦ blue 154

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

Shades of Persian Indigo #3F119A

Tints of Persian Indigo #3F119A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.26%

 BLUE value IS 154 (60.55% from 255) = 65.81%

R = 26.92%
G = 7.26%
B = 65.81%

CMYK

 C value IS 0.59

 M value IS 0.89

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#3F119A (or 0x3F119A) is known color: Persian Indigo. HEX triplet: 3F, 11 and 9A. RGB value is (63,17,154). Sum of RGB (Red+Green+Blue) = 63+17+154=234 (30% of max value = 765). Red value is 63 (25% from 255 or 26.92% from 234); Green value is 17 (7.03% from 255 or 7.26% from 234); Blue value is 154 (60.55% from 255 or 65.81% from 234); Max value from RGB is 154 - color contains mainly: blue. Hex color #3F119A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F119A is #C0EE65. Grayscale: #2D2D2D. Windows color (decimal): -12643942 or 10096959. OLE color: 10096959.

HSL color Cylindrical-coordinate representation of color #3F119A: hue angle of 260.15º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3F119A is Cyan = 0.59, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 63 17 154 -
CMYK 0.59 0.89 0 0.40
HSL 260.15º 0.8% 0.34% -
HSV(B) 260.15º 0.89% 0.6% -
XYZ 8.08 3.79 30.88 -
YUV 46.37 188.74 139.86 -
System Red Green Blue C M Y K H S L
Decimal 63 17 154 0.59 0.89 0 0.40 260.15 0.8 0.34
Hex 3F 11 9A 3B 59 0 28 104 50 22
Octal 77 21 232 73 131 0 50 404 120 42
Binary 111111 10001 10011010 111011 1011001 0 101000 100000100 1010000 100010

Color Harmonies of #3F119A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F119A

Black with #3F119A

Text Example


Text Example

White with #3F119A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,17,154); }

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

background-color css

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

 a { background-color: rgb(63,17,154); }

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

border-color css

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

 span { border-color: rgb(63,17,154); }

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