Html Css Color HEX #410397 Indigo

📋 copy color: '#410397'

red 65 ◦ green 3 ◦ blue 151

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

Shades of Indigo #410397

Tints of Indigo #410397

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.37%

 BLUE value IS 151 (59.38% from 255) = 68.95%

R = 29.68%
G = 1.37%
B = 68.95%

CMYK

 C value IS 0.57

 M value IS 0.98

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#410397 (or 0x410397) is known color: Indigo. HEX triplet: 41, 03 and 97. RGB value is (65,3,151). Sum of RGB (Red+Green+Blue) = 65+3+151=219 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.68% from 219); Green value is 3 (1.56% from 255 or 1.37% from 219); Blue value is 151 (59.38% from 255 or 68.95% from 219); Max value from RGB is 151 - color contains mainly: blue. Hex color #410397 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410397 is #BEFC68. Grayscale: #252525. Windows color (decimal): -12516457 or 9896769. OLE color: 9896769.

HSL color Cylindrical-coordinate representation of color #410397: hue angle of 265.14º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #410397 is Cyan = 0.57, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 65 3 151 -
CMYK 0.57 0.98 0 0.41
HSL 265.14º 0.96% 0.3% -
HSV(B) 265.14º 0.98% 0.59% -
XYZ 7.8 3.42 29.53 -
YUV 38.41 191.54 146.97 -
System Red Green Blue C M Y K H S L
Decimal 65 3 151 0.57 0.98 0 0.41 265.14 0.96 0.3
Hex 41 3 97 39 62 0 29 109 60 1E
Octal 101 3 227 71 142 0 51 411 140 36
Binary 1000001 11 10010111 111001 1100010 0 101001 100001001 1100000 11110

Color Harmonies of #410397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410397

Black with #410397

Text Example


Text Example

White with #410397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410397; }

 p { color: rgb(65,3,151); }

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

background-color css

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

 a { background-color: rgb(65,3,151); }

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

border-color css

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

 span { border-color: rgb(65,3,151); }

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