Html Css Color HEX #43075E Indigo

📋 copy color: '#43075E'

red 67 ◦ green 7 ◦ blue 94

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

Shades of Indigo #43075E

Tints of Indigo #43075E

RGB

 RED value IS 67 (26.56% from 255) = 39.88%

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

 BLUE value IS 94 (37.11% from 255) = 55.95%

R = 39.88%
G = 4.17%
B = 55.95%

CMYK

 C value IS 0.29

 M value IS 0.93

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#43075E (or 0x43075E) is known color: Indigo. HEX triplet: 43, 07 and 5E. RGB value is (67,7,94). Sum of RGB (Red+Green+Blue) = 67+7+94=168 (22% of max value = 765). Red value is 67 (26.56% from 255 or 39.88% from 168); Green value is 7 (3.12% from 255 or 4.17% from 168); Blue value is 94 (37.11% from 255 or 55.95% from 168); Max value from RGB is 94 - color contains mainly: blue. Hex color #43075E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43075E is #BCF8A1. Grayscale: #222222. Windows color (decimal): -12384418 or 6162243. OLE color: 6162243.

HSL color Cylindrical-coordinate representation of color #43075E: hue angle of 281.38º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #43075E is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 67 7 94 -
CMYK 0.29 0.93 0 0.63
HSL 281.38º 0.86% 0.2% -
HSV(B) 281.38º 0.93% 0.37% -
XYZ 4.41 2.15 10.77 -
YUV 34.86 161.38 150.93 -
System Red Green Blue C M Y K H S L
Decimal 67 7 94 0.29 0.93 0 0.63 281.38 0.86 0.2
Hex 43 7 5E 1D 5D 0 3F 119 56 14
Octal 103 7 136 35 135 0 77 431 126 24
Binary 1000011 111 1011110 11101 1011101 0 111111 100011001 1010110 10100

Color Harmonies of #43075E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43075E

Black with #43075E

Text Example


Text Example

White with #43075E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43075E; }

 p { color: rgb(67,7,94); }

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

background-color css

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

 a { background-color: rgb(67,7,94); }

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

border-color css

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

 span { border-color: rgb(67,7,94); }

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