Html Css Color HEX #410094 Indigo

📋 copy color: '#410094'

red 65 ◦ green 0 ◦ blue 148

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

Shades of Indigo #410094

Tints of Indigo #410094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 69.48%

R = 30.52%
G = 0%
B = 69.48%

CMYK

 C value IS 0.56

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#410094 (or 0x410094) is known color: Indigo. HEX triplet: 41, 00 and 94. RGB value is (65,0,148). Sum of RGB (Red+Green+Blue) = 65+0+148=213 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.52% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 148 (58.20% from 255 or 69.48% from 213); Max value from RGB is 148 - color contains mainly: blue. Hex color #410094 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410094 is #BEFF6B. Grayscale: #232323. Windows color (decimal): -12517228 or 9699393. OLE color: 9699393.

HSL color Cylindrical-coordinate representation of color #410094: hue angle of 266.35º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #410094 is Cyan = 0.56, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 65 0 148 -
CMYK 0.56 1 0 0.42
HSL 266.35º 1% 0.29% -
HSV(B) 266.35º 1% 0.58% -
XYZ 7.53 3.26 28.25 -
YUV 36.31 191.03 148.47 -
System Red Green Blue C M Y K H S L
Decimal 65 0 148 0.56 1 0 0.42 266.35 1 0.29
Hex 41 0 94 38 64 0 2A 10A 64 1D
Octal 101 0 224 70 144 0 52 412 144 35
Binary 1000001 0 10010100 111000 1100100 0 101010 100001010 1100100 11101

Color Harmonies of #410094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410094

Black with #410094

Text Example


Text Example

White with #410094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410094; }

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

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

background-color css

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

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

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

border-color css

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

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

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