Html Css Color HEX #3F1275 Persian Indigo

📋 copy color: '#3F1275'

red 63 ◦ green 18 ◦ blue 117

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

Shades of Persian Indigo #3F1275

Tints of Persian Indigo #3F1275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 59.09%

R = 31.82%
G = 9.09%
B = 59.09%

CMYK

 C value IS 0.46

 M value IS 0.85

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3F1275 (or 0x3F1275) is known color: Persian Indigo. HEX triplet: 3F, 12 and 75. RGB value is (63,18,117). Sum of RGB (Red+Green+Blue) = 63+18+117=198 (26% of max value = 765). Red value is 63 (25% from 255 or 31.82% from 198); Green value is 18 (7.42% from 255 or 9.09% from 198); Blue value is 117 (46.09% from 255 or 59.09% from 198); Max value from RGB is 117 - color contains mainly: blue. Hex color #3F1275 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F1275 is #C0ED8A. Grayscale: #2A2A2A. Windows color (decimal): -12643723 or 7672383. OLE color: 7672383.

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

Color convert

RGB 63 18 117 -
CMYK 0.46 0.85 0 0.54
HSL 267.27º 0.73% 0.26% -
HSV(B) 267.27º 0.85% 0.46% -
XYZ 5.48 2.77 17.08 -
YUV 42.74 169.91 142.45 -
System Red Green Blue C M Y K H S L
Decimal 63 18 117 0.46 0.85 0 0.54 267.27 0.73 0.26
Hex 3F 12 75 2E 55 0 36 10B 49 1A
Octal 77 22 165 56 125 0 66 413 111 32
Binary 111111 10010 1110101 101110 1010101 0 110110 100001011 1001001 11010

Color Harmonies of #3F1275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1275

Black with #3F1275

Text Example


Text Example

White with #3F1275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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