Html Css Color HEX #39098C Persian Indigo

📋 copy color: '#39098C'

red 57 ◦ green 9 ◦ blue 140

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

Shades of Persian Indigo #39098C

Tints of Persian Indigo #39098C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 67.96%

R = 27.67%
G = 4.37%
B = 67.96%

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

#39098C (or 0x39098C) is known color: Persian Indigo. HEX triplet: 39, 09 and 8C. RGB value is (57,9,140). Sum of RGB (Red+Green+Blue) = 57+9+140=206 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.67% from 206); Green value is 9 (3.91% from 255 or 4.37% from 206); Blue value is 140 (55.08% from 255 or 67.96% from 206); Max value from RGB is 140 - color contains mainly: blue. Hex color #39098C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #39098C is #C6F673. Grayscale: #252525. Windows color (decimal): -13039220 or 9177401. OLE color: 9177401.

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

Color convert

RGB 57 9 140 -
CMYK 0.59 0.94 0 0.45
HSL 261.98º 0.88% 0.29% -
HSV(B) 261.98º 0.94% 0.55% -
XYZ 6.52 2.96 25.04 -
YUV 38.29 185.4 141.35 -
System Red Green Blue C M Y K H S L
Decimal 57 9 140 0.59 0.94 0 0.45 261.98 0.88 0.29
Hex 39 9 8C 3B 5E 0 2D 106 58 1D
Octal 71 11 214 73 136 0 55 406 130 35
Binary 111001 1001 10001100 111011 1011110 0 101101 100000110 1011000 11101

Color Harmonies of #39098C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39098C

Black with #39098C

Text Example


Text Example

White with #39098C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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