Html Css Color HEX #39089D Persian Indigo

📋 copy color: '#39089D'

red 57 ◦ green 8 ◦ blue 157

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

Shades of Persian Indigo #39089D

Tints of Persian Indigo #39089D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.6%

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

R = 25.68%
G = 3.6%
B = 70.72%

CMYK

 C value IS 0.64

 M value IS 0.95

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#39089D (or 0x39089D) is known color: Persian Indigo. HEX triplet: 39, 08 and 9D. RGB value is (57,8,157). Sum of RGB (Red+Green+Blue) = 57+8+157=222 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.68% from 222); Green value is 8 (3.52% from 255 or 3.60% from 222); Blue value is 157 (61.72% from 255 or 70.72% from 222); Max value from RGB is 157 - color contains mainly: blue. Hex color #39089D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #39089D is #C6F762. Grayscale: #272727. Windows color (decimal): -13039459 or 10291257. OLE color: 10291257.

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

Color convert

RGB 57 8 157 -
CMYK 0.64 0.95 0 0.38
HSL 259.73º 0.9% 0.32% -
HSV(B) 259.73º 0.95% 0.62% -
XYZ 7.86 3.48 32.16 -
YUV 39.64 194.23 140.38 -
System Red Green Blue C M Y K H S L
Decimal 57 8 157 0.64 0.95 0 0.38 259.73 0.9 0.32
Hex 39 8 9D 40 5F 0 26 104 5A 20
Octal 71 10 235 100 137 0 46 404 132 40
Binary 111001 1000 10011101 1000000 1011111 0 100110 100000100 1011010 100000

Color Harmonies of #39089D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39089D

Black with #39089D

Text Example


Text Example

White with #39089D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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