Html Css Color HEX #39089B Persian Indigo

📋 copy color: '#39089B'

red 57 ◦ green 8 ◦ blue 155

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

Shades of Persian Indigo #39089B

Tints of Persian Indigo #39089B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 70.45%

R = 25.91%
G = 3.64%
B = 70.45%

CMYK

 C value IS 0.63

 M value IS 0.95

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#39089B (or 0x39089B) is known color: Persian Indigo. HEX triplet: 39, 08 and 9B. RGB value is (57,8,155). Sum of RGB (Red+Green+Blue) = 57+8+155=220 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.91% from 220); Green value is 8 (3.52% from 255 or 3.64% from 220); Blue value is 155 (60.94% from 255 or 70.45% from 220); Max value from RGB is 155 - color contains mainly: blue. Hex color #39089B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #39089B is #C6F764. Grayscale: #262626. Windows color (decimal): -13039461 or 10160185. OLE color: 10160185.

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

Color convert

RGB 57 8 155 -
CMYK 0.63 0.95 0 0.39
HSL 260º 0.9% 0.32% -
HSV(B) 260º 0.95% 0.61% -
XYZ 7.69 3.41 31.26 -
YUV 39.41 193.23 140.55 -
System Red Green Blue C M Y K H S L
Decimal 57 8 155 0.63 0.95 0 0.39 260 0.9 0.32
Hex 39 8 9B 3F 5F 0 27 104 5A 20
Octal 71 10 233 77 137 0 47 404 132 40
Binary 111001 1000 10011011 111111 1011111 0 100111 100000100 1011010 100000

Color Harmonies of #39089B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39089B

Black with #39089B

Text Example


Text Example

White with #39089B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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