Html Css Color HEX #39088D Persian Indigo

📋 copy color: '#39088D'

red 57 ◦ green 8 ◦ blue 141

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

Shades of Persian Indigo #39088D

Tints of Persian Indigo #39088D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 68.45%

R = 27.67%
G = 3.88%
B = 68.45%

CMYK

 C value IS 0.60

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#39088D (or 0x39088D) is known color: Persian Indigo. HEX triplet: 39, 08 and 8D. RGB value is (57,8,141). Sum of RGB (Red+Green+Blue) = 57+8+141=206 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.67% from 206); Green value is 8 (3.52% from 255 or 3.88% from 206); Blue value is 141 (55.47% from 255 or 68.45% from 206); Max value from RGB is 141 - color contains mainly: blue. Hex color #39088D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #39088D is #C6F772. Grayscale: #252525. Windows color (decimal): -13039475 or 9242681. OLE color: 9242681.

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

Color convert

RGB 57 8 141 -
CMYK 0.60 0.94 0 0.45
HSL 262.11º 0.89% 0.29% -
HSV(B) 262.11º 0.94% 0.55% -
XYZ 6.58 2.97 25.43 -
YUV 37.81 186.23 141.69 -
System Red Green Blue C M Y K H S L
Decimal 57 8 141 0.60 0.94 0 0.45 262.11 0.89 0.29
Hex 39 8 8D 3C 5E 0 2D 106 59 1D
Octal 71 10 215 74 136 0 55 406 131 35
Binary 111001 1000 10001101 111100 1011110 0 101101 100000110 1011001 11101

Color Harmonies of #39088D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39088D

Black with #39088D

Text Example


Text Example

White with #39088D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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