Html Css Color HEX #41078C Indigo

📋 copy color: '#41078C'

red 65 ◦ green 7 ◦ blue 140

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

Shades of Indigo #41078C

Tints of Indigo #41078C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 66.04%

R = 30.66%
G = 3.3%
B = 66.04%

CMYK

 C value IS 0.54

 M value IS 0.95

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#41078C (or 0x41078C) is known color: Indigo. HEX triplet: 41, 07 and 8C. RGB value is (65,7,140). Sum of RGB (Red+Green+Blue) = 65+7+140=212 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.66% from 212); Green value is 7 (3.12% from 255 or 3.30% from 212); Blue value is 140 (55.08% from 255 or 66.04% from 212); Max value from RGB is 140 - color contains mainly: blue. Hex color #41078C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #41078C is #BEF873. Grayscale: #272727. Windows color (decimal): -12515444 or 9176897. OLE color: 9176897.

HSL color Cylindrical-coordinate representation of color #41078C: hue angle of 266.17º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #41078C is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 65 7 140 -
CMYK 0.54 0.95 0 0.45
HSL 266.17º 0.9% 0.29% -
HSV(B) 266.17º 0.95% 0.55% -
XYZ 6.99 3.17 25.05 -
YUV 39.5 184.72 146.19 -
System Red Green Blue C M Y K H S L
Decimal 65 7 140 0.54 0.95 0 0.45 266.17 0.9 0.29
Hex 41 7 8C 36 5F 0 2D 10A 5A 1D
Octal 101 7 214 66 137 0 55 412 132 35
Binary 1000001 111 10001100 110110 1011111 0 101101 100001010 1011010 11101

Color Harmonies of #41078C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41078C

Black with #41078C

Text Example


Text Example

White with #41078C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41078C; }

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

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

background-color css

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

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

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

border-color css

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

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

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