Html Css Color HEX #39098B Persian Indigo

📋 copy color: '#39098B'

red 57 ◦ green 9 ◦ blue 139

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

Shades of Persian Indigo #39098B

Tints of Persian Indigo #39098B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.39%

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

R = 27.8%
G = 4.39%
B = 67.8%

CMYK

 C value IS 0.59

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#39098B (or 0x39098B) is known color: Persian Indigo. HEX triplet: 39, 09 and 8B. RGB value is (57,9,139). Sum of RGB (Red+Green+Blue) = 57+9+139=205 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.80% from 205); Green value is 9 (3.91% from 255 or 4.39% from 205); Blue value is 139 (54.69% from 255 or 67.80% from 205); Max value from RGB is 139 - color contains mainly: blue. Hex color #39098B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #39098B is #C6F674. Grayscale: #252525. Windows color (decimal): -13039221 or 9111865. OLE color: 9111865.

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

Color convert

RGB 57 9 139 -
CMYK 0.59 0.94 0 0.45
HSL 262.15º 0.88% 0.29% -
HSV(B) 262.15º 0.94% 0.55% -
XYZ 6.45 2.93 24.65 -
YUV 38.17 184.9 141.43 -
System Red Green Blue C M Y K H S L
Decimal 57 9 139 0.59 0.94 0 0.45 262.15 0.88 0.29
Hex 39 9 8B 3B 5E 0 2D 106 58 1D
Octal 71 11 213 73 136 0 55 406 130 35
Binary 111001 1001 10001011 111011 1011110 0 101101 100000110 1011000 11101

Color Harmonies of #39098B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39098B

Black with #39098B

Text Example


Text Example

White with #39098B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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