Html Css Color HEX #400065 Indigo

📋 copy color: '#400065'

red 64 ◦ green 0 ◦ blue 101

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

Shades of Indigo #400065

Tints of Indigo #400065

RGB

 RED value IS 64 (25.39% from 255) = 38.79%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 38.79%
G = 0%
B = 61.21%

CMYK

 C value IS 0.37

 M value IS 1

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#400065 (or 0x400065) is known color: Indigo. HEX triplet: 40, 00 and 65. RGB value is (64,0,101). Sum of RGB (Red+Green+Blue) = 64+0+101=165 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.79% from 165); Green value is 0 (0.39% from 255 or 0% from 165); Blue value is 101 (39.84% from 255 or 61.21% from 165); Max value from RGB is 101 - color contains mainly: blue. Hex color #400065 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400065 is #BFFF9A. Grayscale: #1E1E1E. Windows color (decimal): -12582811 or 6619200. OLE color: 6619200.

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

Color convert

RGB 64 0 101 -
CMYK 0.37 1 0 0.60
HSL 278.02º 1% 0.2% -
HSV(B) 278.02º 1% 0.4% -
XYZ 4.46 2.03 12.47 -
YUV 30.65 167.7 151.79 -
System Red Green Blue C M Y K H S L
Decimal 64 0 101 0.37 1 0 0.60 278.02 1 0.2
Hex 40 0 65 25 64 0 3C 116 64 14
Octal 100 0 145 45 144 0 74 426 144 24
Binary 1000000 0 1100101 100101 1100100 0 111100 100010110 1100100 10100

Color Harmonies of #400065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400065

Black with #400065

Text Example


Text Example

White with #400065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400065; }

 p { color: rgb(64,0,101); }

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

background-color css

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

 a { background-color: rgb(64,0,101); }

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

border-color css

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

 span { border-color: rgb(64,0,101); }

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