Html Css Color HEX #410274 Indigo

📋 copy color: '#410274'

red 65 ◦ green 2 ◦ blue 116

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

Shades of Indigo #410274

Tints of Indigo #410274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 63.39%

R = 35.52%
G = 1.09%
B = 63.39%

CMYK

 C value IS 0.44

 M value IS 0.98

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#410274 (or 0x410274) is known color: Indigo. HEX triplet: 41, 02 and 74. RGB value is (65,2,116). Sum of RGB (Red+Green+Blue) = 65+2+116=183 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.52% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 116 (45.70% from 255 or 63.39% from 183); Max value from RGB is 116 - color contains mainly: blue. Hex color #410274 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410274 is #BEFD8B. Grayscale: #212121. Windows color (decimal): -12516748 or 7602753. OLE color: 7602753.

HSL color Cylindrical-coordinate representation of color #410274: hue angle of 273.16º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #410274 is Cyan = 0.44, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 2 116 -
CMYK 0.44 0.98 0 0.55
HSL 273.16º 0.97% 0.23% -
HSV(B) 273.16º 0.98% 0.45% -
XYZ 5.35 2.43 16.71 -
YUV 33.83 174.37 150.23 -
System Red Green Blue C M Y K H S L
Decimal 65 2 116 0.44 0.98 0 0.55 273.16 0.97 0.23
Hex 41 2 74 2C 62 0 37 111 61 17
Octal 101 2 164 54 142 0 67 421 141 27
Binary 1000001 10 1110100 101100 1100010 0 110111 100010001 1100001 10111

Color Harmonies of #410274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410274

Black with #410274

Text Example


Text Example

White with #410274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410274; }

 p { color: rgb(65,2,116); }

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

background-color css

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

 a { background-color: rgb(65,2,116); }

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

border-color css

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

 span { border-color: rgb(65,2,116); }

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