Html Css Color HEX #39028D Indigo

📋 copy color: '#39028D'

red 57 ◦ green 2 ◦ blue 141

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

Shades of Indigo #39028D

Tints of Indigo #39028D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1%

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

R = 28.5%
G = 1%
B = 70.5%

CMYK

 C value IS 0.60

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#39028D (or 0x39028D) is known color: Indigo. HEX triplet: 39, 02 and 8D. RGB value is (57,2,141). Sum of RGB (Red+Green+Blue) = 57+2+141=200 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.5% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 141 (55.47% from 255 or 70.5% from 200); Max value from RGB is 141 - color contains mainly: blue. Hex color #39028D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #39028D is #C6FD72. Grayscale: #212121. Windows color (decimal): -13041011 or 9241145. OLE color: 9241145.

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

Color convert

RGB 57 2 141 -
CMYK 0.60 0.99 0 0.45
HSL 263.74º 0.97% 0.28% -
HSV(B) 263.74º 0.99% 0.55% -
XYZ 6.52 2.84 25.4 -
YUV 34.29 188.22 144.2 -
System Red Green Blue C M Y K H S L
Decimal 57 2 141 0.60 0.99 0 0.45 263.74 0.97 0.28
Hex 39 2 8D 3C 63 0 2D 108 61 1C
Octal 71 2 215 74 143 0 55 410 141 34
Binary 111001 10 10001101 111100 1100011 0 101101 100001000 1100001 11100

Color Harmonies of #39028D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39028D

Black with #39028D

Text Example


Text Example

White with #39028D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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