Html Css Color HEX #3F1792 Persian Indigo

📋 copy color: '#3F1792'

red 63 ◦ green 23 ◦ blue 146

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

Shades of Persian Indigo #3F1792

Tints of Persian Indigo #3F1792

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.91%

 BLUE value IS 146 (57.42% from 255) = 62.93%

R = 27.16%
G = 9.91%
B = 62.93%

CMYK

 C value IS 0.57

 M value IS 0.84

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3F1792 (or 0x3F1792) is known color: Persian Indigo. HEX triplet: 3F, 17 and 92. RGB value is (63,23,146). Sum of RGB (Red+Green+Blue) = 63+23+146=232 (30% of max value = 765). Red value is 63 (25% from 255 or 27.16% from 232); Green value is 23 (9.38% from 255 or 9.91% from 232); Blue value is 146 (57.42% from 255 or 62.93% from 232); Max value from RGB is 146 - color contains mainly: blue. Hex color #3F1792 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F1792 is #C0E86D. Grayscale: #303030. Windows color (decimal): -12642414 or 9574207. OLE color: 9574207.

HSL color Cylindrical-coordinate representation of color #3F1792: hue angle of 259.51º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3F1792 is Cyan = 0.57, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 63 23 146 -
CMYK 0.57 0.84 0 0.43
HSL 259.51º 0.73% 0.33% -
HSV(B) 259.51º 0.84% 0.57% -
XYZ 7.54 3.74 27.52 -
YUV 48.98 182.75 138 -
System Red Green Blue C M Y K H S L
Decimal 63 23 146 0.57 0.84 0 0.43 259.51 0.73 0.33
Hex 3F 17 92 39 54 0 2B 104 49 21
Octal 77 27 222 71 124 0 53 404 111 41
Binary 111111 10111 10010010 111001 1010100 0 101011 100000100 1001001 100001

Color Harmonies of #3F1792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1792

Black with #3F1792

Text Example


Text Example

White with #3F1792

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,23,146); }

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

background-color css

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

 a { background-color: rgb(63,23,146); }

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

border-color css

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

 span { border-color: rgb(63,23,146); }

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