#39068D

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

Shades of Persian Indigo #39068D

Tints of Persian Indigo #39068D

Color information

#39068D (or 0x39068D) is unknown color: approx Persian Indigo. HEX triplet: 39, 06 and 8D. RGB value is (57,6,141). Sum of RGB (Red+Green+Blue) = 57+6+141=204 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.94% from 204); Green value is 6 (2.73% from 255 or 2.94% from 204); Blue value is 141 (55.47% from 255 or 69.12% from 204); Max value from RGB is 141 - color contains mainly: blue. Hex color #39068D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #39068D is #C6F972. Grayscale: #242424. Windows color (decimal): -13039987 or 9242169. OLE color: 9242169.

HSL color Cylindrical-coordinate representation of color #39068D: hue angle of 262.67º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #39068D is Cyan = 0.60, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB576141-
CMYK0.600.9600.45
HSL262.67º91.84%28.82%-
HSV(B)262.67º95.74%55.29%-
XYZ6.562.9225.42-
YUV36.64186.9142.52-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.94%
GREEN value IS 6 (2.73% from 255) = 2.94%
BLUE value IS 141 (55.47% from 255) = 69.12%
R=27.94%
G=2.94%
B=69.12%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal5761410.600.9600.45262.6791.8428.82
Hex3968D3C6002D1075c1d
Octal7162157414005540713435
Binary1110011101000110111110011000000101101100000111101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39068D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39068D; }

 p { color: rgb(57,6,141); }

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

<style>
 a { background-color: #39068D; }

 a { background-color: rgb(57,6,141); }

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

<style>
 span { border-color: #39068D; }

 span { border-color: rgb(57,6,141); }

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