Html Css Color HEX #43016C Indigo

📋 copy color: '#43016C'

red 67 ◦ green 1 ◦ blue 108

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

Shades of Indigo #43016C

Tints of Indigo #43016C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 61.36%

R = 38.07%
G = 0.57%
B = 61.36%

CMYK

 C value IS 0.38

 M value IS 0.99

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#43016C (or 0x43016C) is known color: Indigo. HEX triplet: 43, 01 and 6C. RGB value is (67,1,108). Sum of RGB (Red+Green+Blue) = 67+1+108=176 (23% of max value = 765). Red value is 67 (26.56% from 255 or 38.07% from 176); Green value is 1 (0.78% from 255 or 0.57% from 176); Blue value is 108 (42.58% from 255 or 61.36% from 176); Max value from RGB is 108 - color contains mainly: blue. Hex color #43016C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43016C is #BCFE93. Grayscale: #202020. Windows color (decimal): -12385940 or 7078211. OLE color: 7078211.

HSL color Cylindrical-coordinate representation of color #43016C: hue angle of 277.01º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #43016C is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 67 1 108 -
CMYK 0.38 0.99 0 0.58
HSL 277.01º 0.98% 0.21% -
HSV(B) 277.01º 0.99% 0.42% -
XYZ 5.03 2.3 14.37 -
YUV 32.93 170.37 152.3 -
System Red Green Blue C M Y K H S L
Decimal 67 1 108 0.38 0.99 0 0.58 277.01 0.98 0.21
Hex 43 1 6C 26 63 0 3A 115 62 15
Octal 103 1 154 46 143 0 72 425 142 25
Binary 1000011 1 1101100 100110 1100011 0 111010 100010101 1100010 10101

Color Harmonies of #43016C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43016C

Black with #43016C

Text Example


Text Example

White with #43016C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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