#3F1284

Color #3F1284 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #3F1284

Tints of Persian Indigo #3F1284

Color information

#3F1284 (or 0x3F1284) is unknown color: approx Persian Indigo. HEX triplet: 3F, 12 and 84. RGB value is (63,18,132). Sum of RGB (Red+Green+Blue) = 63+18+132=213 (28% of max value = 765). Red value is 63 (25% from 255 or 29.58% from 213); Green value is 18 (7.42% from 255 or 8.45% from 213); Blue value is 132 (51.95% from 255 or 61.97% from 213); Max value from RGB is 132 - color contains mainly: blue. Hex color #3F1284 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F1284 is #C0ED7B. Grayscale: #2C2C2C. Windows color (decimal): -12643708 or 8655423. OLE color: 8655423.

HSL color Cylindrical-coordinate representation of color #3F1284: hue angle of 263.68º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3F1284 is Cyan = 0.52, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6318132-
CMYK0.520.8600.48
HSL263.68º76%29.41%-
HSV(B)263.68º86.36%51.76%-
XYZ6.433.1622.1-
YUV44.45177.41141.23-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.58%
GREEN value IS 18 (7.42% from 255) = 8.45%
BLUE value IS 132 (51.95% from 255) = 61.97%
R=29.58%
G=8.45%
B=61.97%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal63181320.520.8600.48263.687629.41
Hex3F128434560301084c1d
Octal77222046412606041011435
Binary111111100101000010011010010101100110000100001000100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3F1284;
 }
 .AnyTagClassName
 {
   color: #3F1284;
 }
</style>
background-color css

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

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

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

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

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

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