Html Css Color HEX #39089A Persian Indigo

📋 copy color: '#39089A'

red 57 ◦ green 8 ◦ blue 154

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

Shades of Persian Indigo #39089A

Tints of Persian Indigo #39089A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 70.32%

R = 26.03%
G = 3.65%
B = 70.32%

CMYK

 C value IS 0.63

 M value IS 0.95

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#39089A (or 0x39089A) is known color: Persian Indigo. HEX triplet: 39, 08 and 9A. RGB value is (57,8,154). Sum of RGB (Red+Green+Blue) = 57+8+154=219 (29% of max value = 765). Red value is 57 (22.66% from 255 or 26.03% from 219); Green value is 8 (3.52% from 255 or 3.65% from 219); Blue value is 154 (60.55% from 255 or 70.32% from 219); Max value from RGB is 154 - color contains mainly: blue. Hex color #39089A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #39089A is #C6F765. Grayscale: #262626. Windows color (decimal): -13039462 or 10094649. OLE color: 10094649.

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

Color convert

RGB 57 8 154 -
CMYK 0.63 0.95 0 0.40
HSL 260.14º 0.9% 0.32% -
HSV(B) 260.14º 0.95% 0.6% -
XYZ 7.61 3.38 30.82 -
YUV 39.3 192.73 140.63 -
System Red Green Blue C M Y K H S L
Decimal 57 8 154 0.63 0.95 0 0.40 260.14 0.9 0.32
Hex 39 8 9A 3F 5F 0 28 104 5A 20
Octal 71 10 232 77 137 0 50 404 132 40
Binary 111001 1000 10011010 111111 1011111 0 101000 100000100 1011010 100000

Color Harmonies of #39089A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39089A

Black with #39089A

Text Example


Text Example

White with #39089A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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