Html Css Color HEX #39098D Persian Indigo

📋 copy color: '#39098D'

red 57 ◦ green 9 ◦ blue 141

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

Shades of Persian Indigo #39098D

Tints of Persian Indigo #39098D

RGB

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

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

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

R = 27.54%
G = 4.35%
B = 68.12%

CMYK

 C value IS 0.60

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#39098D (or 0x39098D) is known color: Persian Indigo. HEX triplet: 39, 09 and 8D. RGB value is (57,9,141). Sum of RGB (Red+Green+Blue) = 57+9+141=207 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.54% from 207); Green value is 9 (3.91% from 255 or 4.35% from 207); Blue value is 141 (55.47% from 255 or 68.12% from 207); Max value from RGB is 141 - color contains mainly: blue. Hex color #39098D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #39098D is #C6F672. Grayscale: #252525. Windows color (decimal): -13039219 or 9242937. OLE color: 9242937.

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

Color convert

RGB 57 9 141 -
CMYK 0.60 0.94 0 0.45
HSL 261.82º 0.88% 0.29% -
HSV(B) 261.82º 0.94% 0.55% -
XYZ 6.59 2.99 25.43 -
YUV 38.4 185.9 141.27 -
System Red Green Blue C M Y K H S L
Decimal 57 9 141 0.60 0.94 0 0.45 261.82 0.88 0.29
Hex 39 9 8D 3C 5E 0 2D 106 58 1D
Octal 71 11 215 74 136 0 55 406 130 35
Binary 111001 1001 10001101 111100 1011110 0 101101 100000110 1011000 11101

Color Harmonies of #39098D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39098D

Black with #39098D

Text Example


Text Example

White with #39098D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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