Html Css Color HEX #39058B Persian Indigo

📋 copy color: '#39058B'

red 57 ◦ green 5 ◦ blue 139

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

Shades of Persian Indigo #39058B

Tints of Persian Indigo #39058B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 69.15%

R = 28.36%
G = 2.49%
B = 69.15%

CMYK

 C value IS 0.59

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#39058B (or 0x39058B) is known color: Persian Indigo. HEX triplet: 39, 05 and 8B. RGB value is (57,5,139). Sum of RGB (Red+Green+Blue) = 57+5+139=201 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.36% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 139 (54.69% from 255 or 69.15% from 201); Max value from RGB is 139 - color contains mainly: blue. Hex color #39058B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #39058B is #C6FA74. Grayscale: #232323. Windows color (decimal): -13040245 or 9110841. OLE color: 9110841.

HSL color Cylindrical-coordinate representation of color #39058B: hue angle of 263.28º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #39058B is Cyan = 0.59, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 57 5 139 -
CMYK 0.59 0.96 0 0.45
HSL 263.28º 0.93% 0.28% -
HSV(B) 263.28º 0.96% 0.55% -
XYZ 6.4 2.84 24.64 -
YUV 35.82 186.23 143.1 -
System Red Green Blue C M Y K H S L
Decimal 57 5 139 0.59 0.96 0 0.45 263.28 0.93 0.28
Hex 39 5 8B 3B 60 0 2D 107 5D 1C
Octal 71 5 213 73 140 0 55 407 135 34
Binary 111001 101 10001011 111011 1100000 0 101101 100000111 1011101 11100

Color Harmonies of #39058B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39058B

Black with #39058B

Text Example


Text Example

White with #39058B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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