Html Css Color HEX #43015E Indigo

📋 copy color: '#43015E'

red 67 ◦ green 1 ◦ blue 94

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

Shades of Indigo #43015E

Tints of Indigo #43015E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.62%

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

R = 41.36%
G = 0.62%
B = 58.02%

CMYK

 C value IS 0.29

 M value IS 0.99

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#43015E (or 0x43015E) is known color: Indigo. HEX triplet: 43, 01 and 5E. RGB value is (67,1,94). Sum of RGB (Red+Green+Blue) = 67+1+94=162 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.36% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 94 (37.11% from 255 or 58.02% from 162); Max value from RGB is 94 - color contains mainly: blue. Hex color #43015E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43015E is #BCFEA1. Grayscale: #1F1F1F. Windows color (decimal): -12385954 or 6160707. OLE color: 6160707.

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

Color convert

RGB 67 1 94 -
CMYK 0.29 0.99 0 0.63
HSL 282.58º 0.98% 0.19% -
HSV(B) 282.58º 0.99% 0.37% -
XYZ 4.35 2.02 10.75 -
YUV 31.34 163.37 153.44 -
System Red Green Blue C M Y K H S L
Decimal 67 1 94 0.29 0.99 0 0.63 282.58 0.98 0.19
Hex 43 1 5E 1D 63 0 3F 11B 62 13
Octal 103 1 136 35 143 0 77 433 142 23
Binary 1000011 1 1011110 11101 1100011 0 111111 100011011 1100010 10011

Color Harmonies of #43015E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43015E

Black with #43015E

Text Example


Text Example

White with #43015E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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