Html Css Color HEX #410067 Indigo

📋 copy color: '#410067'

red 65 ◦ green 0 ◦ blue 103

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

Shades of Indigo #410067

Tints of Indigo #410067

RGB

 RED value IS 65 (25.78% from 255) = 38.69%

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

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

R = 38.69%
G = 0%
B = 61.31%

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

#410067 (or 0x410067) is known color: Indigo. HEX triplet: 41, 00 and 67. RGB value is (65,0,103). Sum of RGB (Red+Green+Blue) = 65+0+103=168 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.69% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 103 (40.62% from 255 or 61.31% from 168); Max value from RGB is 103 - color contains mainly: blue. Hex color #410067 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410067 is #BEFF98. Grayscale: #1E1E1E. Windows color (decimal): -12517273 or 6750273. OLE color: 6750273.

HSL color Cylindrical-coordinate representation of color #410067: hue angle of 277.86º 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 #410067 is Cyan = 0.37, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 65 0 103 -
CMYK 0.37 1 0 0.60
HSL 277.86º 1% 0.2% -
HSV(B) 277.86º 1% 0.4% -
XYZ 4.63 2.1 12.99 -
YUV 31.18 168.53 152.12 -
System Red Green Blue C M Y K H S L
Decimal 65 0 103 0.37 1 0 0.60 277.86 1 0.2
Hex 41 0 67 25 64 0 3C 116 64 14
Octal 101 0 147 45 144 0 74 426 144 24
Binary 1000001 0 1100111 100101 1100100 0 111100 100010110 1100100 10100

Color Harmonies of #410067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410067

Black with #410067

Text Example


Text Example

White with #410067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410067; }

 p { color: rgb(65,0,103); }

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

background-color css

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

 a { background-color: rgb(65,0,103); }

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

border-color css

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

 span { border-color: rgb(65,0,103); }

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