Html Css Color HEX #39088F Persian Indigo

📋 copy color: '#39088F'

red 57 ◦ green 8 ◦ blue 143

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

Shades of Persian Indigo #39088F

Tints of Persian Indigo #39088F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 68.75%

R = 27.4%
G = 3.85%
B = 68.75%

CMYK

 C value IS 0.60

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#39088F (or 0x39088F) is known color: Persian Indigo. HEX triplet: 39, 08 and 8F. RGB value is (57,8,143). Sum of RGB (Red+Green+Blue) = 57+8+143=208 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.40% from 208); Green value is 8 (3.52% from 255 or 3.85% from 208); Blue value is 143 (56.25% from 255 or 68.75% from 208); Max value from RGB is 143 - color contains mainly: blue. Hex color #39088F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #39088F is #C6F770. Grayscale: #252525. Windows color (decimal): -13039473 or 9373753. OLE color: 9373753.

HSL color Cylindrical-coordinate representation of color #39088F: hue angle of 261.78º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #39088F is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 57 8 143 -
CMYK 0.60 0.94 0 0.44
HSL 261.78º 0.89% 0.3% -
HSV(B) 261.78º 0.94% 0.56% -
XYZ 6.73 3.03 26.22 -
YUV 38.04 187.23 141.52 -
System Red Green Blue C M Y K H S L
Decimal 57 8 143 0.60 0.94 0 0.44 261.78 0.89 0.3
Hex 39 8 8F 3C 5E 0 2C 106 59 1E
Octal 71 10 217 74 136 0 54 406 131 36
Binary 111001 1000 10001111 111100 1011110 0 101100 100000110 1011001 11110

Color Harmonies of #39088F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39088F

Black with #39088F

Text Example


Text Example

White with #39088F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39088F; }

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

 H1.HeaderClassName
 {
   color: #39088F;
 }
 .AnyTagClassName
 {
   color: #39088F;
 }
</style>

background-color css

<style>
 a { background-color: #39088F; }

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

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

border-color css

<style>
 span { border-color: #39088F; }

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

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