Html Css Color HEX #3F1296 Persian Indigo

📋 copy color: '#3F1296'

red 63 ◦ green 18 ◦ blue 150

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

Shades of Persian Indigo #3F1296

Tints of Persian Indigo #3F1296

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.79%

 BLUE value IS 150 (58.98% from 255) = 64.94%

R = 27.27%
G = 7.79%
B = 64.94%

CMYK

 C value IS 0.58

 M value IS 0.88

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#3F1296 (or 0x3F1296) is known color: Persian Indigo. HEX triplet: 3F, 12 and 96. RGB value is (63,18,150). Sum of RGB (Red+Green+Blue) = 63+18+150=231 (30% of max value = 765). Red value is 63 (25% from 255 or 27.27% from 231); Green value is 18 (7.42% from 255 or 7.79% from 231); Blue value is 150 (58.98% from 255 or 64.94% from 231); Max value from RGB is 150 - color contains mainly: blue. Hex color #3F1296 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F1296 is #C0ED69. Grayscale: #2E2E2E. Windows color (decimal): -12643690 or 9835071. OLE color: 9835071.

HSL color Cylindrical-coordinate representation of color #3F1296: hue angle of 260.45º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3F1296 is Cyan = 0.58, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 63 18 150 -
CMYK 0.58 0.88 0 0.41
HSL 260.45º 0.79% 0.33% -
HSV(B) 260.45º 0.88% 0.59% -
XYZ 7.77 3.69 29.16 -
YUV 46.5 186.41 139.77 -
System Red Green Blue C M Y K H S L
Decimal 63 18 150 0.58 0.88 0 0.41 260.45 0.79 0.33
Hex 3F 12 96 3A 58 0 29 104 4F 21
Octal 77 22 226 72 130 0 51 404 117 41
Binary 111111 10010 10010110 111010 1011000 0 101001 100000100 1001111 100001

Color Harmonies of #3F1296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1296

Black with #3F1296

Text Example


Text Example

White with #3F1296

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,18,150); }

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

background-color css

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

 a { background-color: rgb(63,18,150); }

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

border-color css

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

 span { border-color: rgb(63,18,150); }

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