Html Css Color HEX #390265 Indigo

📋 copy color: '#390265'

red 57 ◦ green 2 ◦ blue 101

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

Shades of Indigo #390265

Tints of Indigo #390265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 63.13%

R = 35.63%
G = 1.25%
B = 63.13%

CMYK

 C value IS 0.44

 M value IS 0.98

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#390265 (or 0x390265) is known color: Indigo. HEX triplet: 39, 02 and 65. RGB value is (57,2,101). Sum of RGB (Red+Green+Blue) = 57+2+101=160 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.62% from 160); Green value is 2 (1.17% from 255 or 1.25% from 160); Blue value is 101 (39.84% from 255 or 63.12% from 160); Max value from RGB is 101 - color contains mainly: blue. Hex color #390265 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390265 is #C6FD9A. Grayscale: #1D1D1D. Windows color (decimal): -13041051 or 6619705. OLE color: 6619705.

HSL color Cylindrical-coordinate representation of color #390265: hue angle of 273.33º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #390265 is Cyan = 0.44, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 57 2 101 -
CMYK 0.44 0.98 0 0.60
HSL 273.33º 0.96% 0.2% -
HSV(B) 273.33º 0.98% 0.4% -
XYZ 4.06 1.85 12.46 -
YUV 29.73 168.22 147.45 -
System Red Green Blue C M Y K H S L
Decimal 57 2 101 0.44 0.98 0 0.60 273.33 0.96 0.2
Hex 39 2 65 2C 62 0 3C 111 60 14
Octal 71 2 145 54 142 0 74 421 140 24
Binary 111001 10 1100101 101100 1100010 0 111100 100010001 1100000 10100

Color Harmonies of #390265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390265

Black with #390265

Text Example


Text Example

White with #390265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390265; }

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

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

background-color css

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

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

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

border-color css

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

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

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