Html Css Color HEX #39099D Persian Indigo

📋 copy color: '#39099D'

red 57 ◦ green 9 ◦ blue 157

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

Shades of Persian Indigo #39099D

Tints of Persian Indigo #39099D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 70.4%

R = 25.56%
G = 4.04%
B = 70.4%

CMYK

 C value IS 0.64

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#39099D (or 0x39099D) is known color: Persian Indigo. HEX triplet: 39, 09 and 9D. RGB value is (57,9,157). Sum of RGB (Red+Green+Blue) = 57+9+157=223 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.56% from 223); Green value is 9 (3.91% from 255 or 4.04% from 223); Blue value is 157 (61.72% from 255 or 70.40% from 223); Max value from RGB is 157 - color contains mainly: blue. Hex color #39099D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #39099D is #C6F662. Grayscale: #272727. Windows color (decimal): -13039203 or 10291513. OLE color: 10291513.

HSL color Cylindrical-coordinate representation of color #39099D: hue angle of 259.46º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #39099D is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 57 9 157 -
CMYK 0.64 0.94 0 0.38
HSL 259.46º 0.89% 0.33% -
HSV(B) 259.46º 0.94% 0.62% -
XYZ 7.87 3.5 32.16 -
YUV 40.22 193.9 139.97 -
System Red Green Blue C M Y K H S L
Decimal 57 9 157 0.64 0.94 0 0.38 259.46 0.89 0.33
Hex 39 9 9D 40 5E 0 26 103 59 21
Octal 71 11 235 100 136 0 46 403 131 41
Binary 111001 1001 10011101 1000000 1011110 0 100110 100000011 1011001 100001

Color Harmonies of #39099D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39099D

Black with #39099D

Text Example


Text Example

White with #39099D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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