#3A0C8D

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

Shades of Persian Indigo #3A0C8D

Tints of Persian Indigo #3A0C8D

Color information

#3A0C8D (or 0x3A0C8D) is unknown color: approx Persian Indigo. HEX triplet: 3A, 0C and 8D. RGB value is (58,12,141). Sum of RGB (Red+Green+Blue) = 58+12+141=211 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.49% from 211); Green value is 12 (5.08% from 255 or 5.69% from 211); Blue value is 141 (55.47% from 255 or 66.82% from 211); Max value from RGB is 141 - color contains mainly: blue. Hex color #3A0C8D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0C8D is #C5F372. Grayscale: #272727. Windows color (decimal): -12972915 or 9243706. OLE color: 9243706.

HSL color Cylindrical-coordinate representation of color #3A0C8D: hue angle of 261.4º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3A0C8D is Cyan = 0.59, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5812141-
CMYK0.590.9100.45
HSL261.4º84.31%30%-
HSV(B)261.4º91.49%55.29%-
XYZ6.683.0925.44-
YUV40.46184.74140.51-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 27.49%
GREEN value IS 12 (5.08% from 255) = 5.69%
BLUE value IS 141 (55.47% from 255) = 66.82%
R=27.49%
G=5.69%
B=66.82%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal58121410.590.9100.45261.484.3130
Hex3AC8D3B5B02D105541e
Octal72142157313305540512436
Binary11101011001000110111101110110110101101100000101101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,12,141); }

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

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

 a { background-color: rgb(58,12,141); }

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

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

 span { border-color: rgb(58,12,141); }

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