Html Css Color HEX #410788 Indigo

📋 copy color: '#410788'

red 65 ◦ green 7 ◦ blue 136

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

Shades of Indigo #410788

Tints of Indigo #410788

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.37%

 BLUE value IS 136 (53.52% from 255) = 65.38%

R = 31.25%
G = 3.37%
B = 65.38%

CMYK

 C value IS 0.52

 M value IS 0.95

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#410788 (or 0x410788) is known color: Indigo. HEX triplet: 41, 07 and 88. RGB value is (65,7,136). Sum of RGB (Red+Green+Blue) = 65+7+136=208 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.25% from 208); Green value is 7 (3.12% from 255 or 3.37% from 208); Blue value is 136 (53.52% from 255 or 65.38% from 208); Max value from RGB is 136 - color contains mainly: blue. Hex color #410788 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410788 is #BEF877. Grayscale: #262626. Windows color (decimal): -12515448 or 8914753. OLE color: 8914753.

HSL color Cylindrical-coordinate representation of color #410788: hue angle of 266.98º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #410788 is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 65 7 136 -
CMYK 0.52 0.95 0 0.47
HSL 266.98º 0.9% 0.28% -
HSV(B) 266.98º 0.95% 0.53% -
XYZ 6.7 3.05 23.53 -
YUV 39.05 182.72 146.51 -
System Red Green Blue C M Y K H S L
Decimal 65 7 136 0.52 0.95 0 0.47 266.98 0.9 0.28
Hex 41 7 88 34 5F 0 2F 10B 5A 1C
Octal 101 7 210 64 137 0 57 413 132 34
Binary 1000001 111 10001000 110100 1011111 0 101111 100001011 1011010 11100

Color Harmonies of #410788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410788

Black with #410788

Text Example


Text Example

White with #410788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410788; }

 p { color: rgb(65,7,136); }

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

background-color css

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

 a { background-color: rgb(65,7,136); }

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

border-color css

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

 span { border-color: rgb(65,7,136); }

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