Html Css Color HEX #3F1295 Persian Indigo

📋 copy color: '#3F1295'

red 63 ◦ green 18 ◦ blue 149

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

Shades of Persian Indigo #3F1295

Tints of Persian Indigo #3F1295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 64.78%

R = 27.39%
G = 7.83%
B = 64.78%

CMYK

 C value IS 0.58

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3F1295 (or 0x3F1295) is known color: Persian Indigo. HEX triplet: 3F, 12 and 95. RGB value is (63,18,149). Sum of RGB (Red+Green+Blue) = 63+18+149=230 (30% of max value = 765). Red value is 63 (25% from 255 or 27.39% from 230); Green value is 18 (7.42% from 255 or 7.83% from 230); Blue value is 149 (58.59% from 255 or 64.78% from 230); Max value from RGB is 149 - color contains mainly: blue. Hex color #3F1295 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F1295 is #C0ED6A. Grayscale: #2D2D2D. Windows color (decimal): -12643691 or 9769535. OLE color: 9769535.

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

Color convert

RGB 63 18 149 -
CMYK 0.58 0.88 0 0.42
HSL 260.61º 0.78% 0.33% -
HSV(B) 260.61º 0.88% 0.58% -
XYZ 7.69 3.66 28.73 -
YUV 46.39 185.91 139.85 -
System Red Green Blue C M Y K H S L
Decimal 63 18 149 0.58 0.88 0 0.42 260.61 0.78 0.33
Hex 3F 12 95 3A 58 0 2A 105 4E 21
Octal 77 22 225 72 130 0 52 405 116 41
Binary 111111 10010 10010101 111010 1011000 0 101010 100000101 1001110 100001

Color Harmonies of #3F1295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1295

Black with #3F1295

Text Example


Text Example

White with #3F1295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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