Html Css Color HEX #400867 Indigo

📋 copy color: '#400867'

red 64 ◦ green 8 ◦ blue 103

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

Shades of Indigo #400867

Tints of Indigo #400867

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 58.86%

R = 36.57%
G = 4.57%
B = 58.86%

CMYK

 C value IS 0.38

 M value IS 0.92

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#400867 (or 0x400867) is known color: Indigo. HEX triplet: 40, 08 and 67. RGB value is (64,8,103). Sum of RGB (Red+Green+Blue) = 64+8+103=175 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.57% from 175); Green value is 8 (3.52% from 255 or 4.57% from 175); Blue value is 103 (40.62% from 255 or 58.86% from 175); Max value from RGB is 103 - color contains mainly: blue. Hex color #400867 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400867 is #BFF798. Grayscale: #232323. Windows color (decimal): -12580761 or 6752320. OLE color: 6752320.

HSL color Cylindrical-coordinate representation of color #400867: hue angle of 275.37º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #400867 is Cyan = 0.38, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 64 8 103 -
CMYK 0.38 0.92 0 0.60
HSL 275.37º 0.86% 0.22% -
HSV(B) 275.37º 0.92% 0.4% -
XYZ 4.65 2.24 13.02 -
YUV 35.57 166.05 148.28 -
System Red Green Blue C M Y K H S L
Decimal 64 8 103 0.38 0.92 0 0.60 275.37 0.86 0.22
Hex 40 8 67 26 5C 0 3C 113 56 16
Octal 100 10 147 46 134 0 74 423 126 26
Binary 1000000 1000 1100111 100110 1011100 0 111100 100010011 1010110 10110

Color Harmonies of #400867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400867

Black with #400867

Text Example


Text Example

White with #400867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400867; }

 p { color: rgb(64,8,103); }

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

background-color css

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

 a { background-color: rgb(64,8,103); }

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

border-color css

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

 span { border-color: rgb(64,8,103); }

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