Html Css Color HEX #39058D Persian Indigo

📋 copy color: '#39058D'

red 57 ◦ green 5 ◦ blue 141

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

Shades of Persian Indigo #39058D

Tints of Persian Indigo #39058D

RGB

 RED value IS 57 (22.66% from 255) = 28.08%

 GREEN value IS 5 (2.34% from 255) = 2.46%

 BLUE value IS 141 (55.47% from 255) = 69.46%

R = 28.08%
G = 2.46%
B = 69.46%

CMYK

 C value IS 0.60

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#39058D (or 0x39058D) is known color: Persian Indigo. HEX triplet: 39, 05 and 8D. RGB value is (57,5,141). Sum of RGB (Red+Green+Blue) = 57+5+141=203 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.08% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 141 (55.47% from 255 or 69.46% from 203); Max value from RGB is 141 - color contains mainly: blue. Hex color #39058D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #39058D is #C6FA72. Grayscale: #232323. Windows color (decimal): -13040243 or 9241913. OLE color: 9241913.

HSL color Cylindrical-coordinate representation of color #39058D: hue angle of 262.94º degrees, saturation: 0.93, 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 #39058D is Cyan = 0.60, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 57 5 141 -
CMYK 0.60 0.96 0 0.45
HSL 262.94º 0.93% 0.29% -
HSV(B) 262.94º 0.96% 0.55% -
XYZ 6.55 2.9 25.41 -
YUV 36.05 187.23 142.94 -
System Red Green Blue C M Y K H S L
Decimal 57 5 141 0.60 0.96 0 0.45 262.94 0.93 0.29
Hex 39 5 8D 3C 60 0 2D 107 5D 1D
Octal 71 5 215 74 140 0 55 407 135 35
Binary 111001 101 10001101 111100 1100000 0 101101 100000111 1011101 11101

Color Harmonies of #39058D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39058D

Black with #39058D

Text Example


Text Example

White with #39058D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #39058D;
 }
 .AnyTagClassName
 {
   color: #39058D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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