Html Css Color HEX #3F1089 Persian Indigo

📋 copy color: '#3F1089'

red 63 ◦ green 16 ◦ blue 137

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

Shades of Persian Indigo #3F1089

Tints of Persian Indigo #3F1089

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.41%

 BLUE value IS 137 (53.91% from 255) = 63.43%

R = 29.17%
G = 7.41%
B = 63.43%

CMYK

 C value IS 0.54

 M value IS 0.88

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3F1089 (or 0x3F1089) is known color: Persian Indigo. HEX triplet: 3F, 10 and 89. RGB value is (63,16,137). Sum of RGB (Red+Green+Blue) = 63+16+137=216 (28% of max value = 765). Red value is 63 (25% from 255 or 29.17% from 216); Green value is 16 (6.64% from 255 or 7.41% from 216); Blue value is 137 (53.91% from 255 or 63.43% from 216); Max value from RGB is 137 - color contains mainly: blue. Hex color #3F1089 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F1089 is #C0EF76. Grayscale: #2B2B2B. Windows color (decimal): -12644215 or 8982591. OLE color: 8982591.

HSL color Cylindrical-coordinate representation of color #3F1089: hue angle of 263.31º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3F1089 is Cyan = 0.54, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 63 16 137 -
CMYK 0.54 0.88 0 0.46
HSL 263.31º 0.79% 0.3% -
HSV(B) 263.31º 0.88% 0.54% -
XYZ 6.75 3.23 23.94 -
YUV 43.85 180.57 141.66 -
System Red Green Blue C M Y K H S L
Decimal 63 16 137 0.54 0.88 0 0.46 263.31 0.79 0.3
Hex 3F 10 89 36 58 0 2E 107 4F 1E
Octal 77 20 211 66 130 0 56 407 117 36
Binary 111111 10000 10001001 110110 1011000 0 101110 100000111 1001111 11110

Color Harmonies of #3F1089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1089

Black with #3F1089

Text Example


Text Example

White with #3F1089

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,16,137); }

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

background-color css

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

 a { background-color: rgb(63,16,137); }

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

border-color css

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

 span { border-color: rgb(63,16,137); }

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