#3D0C9B

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

Shades of Persian Indigo #3D0C9B

Tints of Persian Indigo #3D0C9B

Color information

#3D0C9B (or 0x3D0C9B) is unknown color: approx Persian Indigo. HEX triplet: 3D, 0C and 9B. RGB value is (61,12,155). Sum of RGB (Red+Green+Blue) = 61+12+155=228 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.75% from 228); Green value is 12 (5.08% from 255 or 5.26% from 228); Blue value is 155 (60.94% from 255 or 67.98% from 228); Max value from RGB is 155 - color contains mainly: blue. Hex color #3D0C9B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D0C9B is #C2F364. Grayscale: #2A2A2A. Windows color (decimal): -12776293 or 10161213. OLE color: 10161213.

HSL color Cylindrical-coordinate representation of color #3D0C9B: hue angle of 260.56º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3D0C9B is Cyan = 0.61, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6112155-
CMYK0.610.9200.39
HSL260.56º85.63%32.75%-
HSV(B)260.56º92.26%60.78%-
XYZ7.973.6231.29-
YUV42.95191.23140.87-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.75%
GREEN value IS 12 (5.08% from 255) = 5.26%
BLUE value IS 155 (60.94% from 255) = 67.98%
R=26.75%
G=5.26%
B=67.98%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal61121550.610.9200.39260.5685.6332.75
Hex3DC9B3D5C0271055621
Octal75142337513404740512641
Binary111101110010011011111101101110001001111000001011010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D0C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,12,155); }

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

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

 a { background-color: rgb(61,12,155); }

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

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

 span { border-color: rgb(61,12,155); }

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