Html Css Color HEX #3F1375 Persian Indigo

📋 copy color: '#3F1375'

red 63 ◦ green 19 ◦ blue 117

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

Shades of Persian Indigo #3F1375

Tints of Persian Indigo #3F1375

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.55%

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

R = 31.66%
G = 9.55%
B = 58.79%

CMYK

 C value IS 0.46

 M value IS 0.84

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3F1375 (or 0x3F1375) is known color: Persian Indigo. HEX triplet: 3F, 13 and 75. RGB value is (63,19,117). Sum of RGB (Red+Green+Blue) = 63+19+117=199 (26% of max value = 765). Red value is 63 (25% from 255 or 31.66% from 199); Green value is 19 (7.81% from 255 or 9.55% from 199); Blue value is 117 (46.09% from 255 or 58.79% from 199); Max value from RGB is 117 - color contains mainly: blue. Hex color #3F1375 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F1375 is #C0EC8A. Grayscale: #2A2A2A. Windows color (decimal): -12643467 or 7672639. OLE color: 7672639.

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

Color convert

RGB 63 19 117 -
CMYK 0.46 0.84 0 0.54
HSL 266.94º 0.72% 0.27% -
HSV(B) 266.94º 0.84% 0.46% -
XYZ 5.49 2.81 17.08 -
YUV 43.33 169.58 142.03 -
System Red Green Blue C M Y K H S L
Decimal 63 19 117 0.46 0.84 0 0.54 266.94 0.72 0.27
Hex 3F 13 75 2E 54 0 36 10B 48 1B
Octal 77 23 165 56 124 0 66 413 110 33
Binary 111111 10011 1110101 101110 1010100 0 110110 100001011 1001000 11011

Color Harmonies of #3F1375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1375

Black with #3F1375

Text Example


Text Example

White with #3F1375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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